Html Css Color HEX #363B1F Turtle Green

📋 copy color: '#363B1F'

red 54 ◦ green 59 ◦ blue 31

#363B1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #363B1F

Tints of Turtle Green #363B1F

RGB

 RED value IS 54 (21.48% from 255) = 37.5%

 GREEN value IS 59 (23.44% from 255) = 40.97%

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 37.5%
G = 40.97%
B = 21.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#363B1F (or 0x363B1F) is known color: Turtle Green. HEX triplet: 36, 3B and 1F. RGB value is (54,59,31). Sum of RGB (Red+Green+Blue) = 54+59+31=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 59 - color contains mainly: green. Hex color #363B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B1F is #C9C4E0. Grayscale: #363636. Windows color (decimal): -13223137 or 2046774. OLE color: 2046774.

HSL color Cylindrical-coordinate representation of color #363B1F: hue angle of 70.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363B1F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 59 31 -
CMYK 0.08 0 0.47 0.77
HSL 70.71º 0.31% 0.18% -
HSV(B) 70.71º 0.47% 0.23% -
XYZ 3.33 4.01 1.89 -
YUV 54.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 54 59 31 0.08 0 0.47 0.77 70.71 0.31 0.18
Hex 36 3B 1F 8 0 2F 4D 47 1F 12
Octal 66 73 37 10 0 57 115 107 37 22
Binary 110110 111011 11111 1000 0 101111 1001101 1000111 11111 10010

Color Harmonies of #363B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B1F

Black with #363B1F

Text Example


Text Example

White with #363B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363B1F; }

 p { color: rgb(54,59,31); }

 H1.HeaderClassName
 {
   color: #363B1F;
 }
 .AnyTagClassName
 {
   color: #363B1F;
 }
</style>

background-color css

<style>
 a { background-color: #363B1F; }

 a { background-color: rgb(54,59,31); }

 div.DivClassName
 {
   background-color: #363B1F;
 }
 .BgClassName
 {
   background-color: #363B1F;
 }
</style>

border-color css

<style>
 span { border-color: #363B1F; }

 span { border-color: rgb(54,59,31); }

 td.TdClassName
 {
   border-color: #363B1F;
 }
 .TagClassName
 {
   border-color: #363B1F;
 }
</style>