Html Css Color HEX #364108 Turtle Green

📋 copy color: '#364108'

red 54 ◦ green 65 ◦ blue 8

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

Shades of Turtle Green #364108

Tints of Turtle Green #364108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 42.52%
G = 51.18%
B = 6.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#364108 (or 0x364108) is known color: Turtle Green. HEX triplet: 36, 41 and 08. RGB value is (54,65,8). Sum of RGB (Red+Green+Blue) = 54+65+8=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #364108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364108 is #C9BEF7. Grayscale: #373737. Windows color (decimal): -13221624 or 540982. OLE color: 540982.

HSL color Cylindrical-coordinate representation of color #364108: hue angle of 71.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #364108 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 8 -
CMYK 0.17 0 0.88 0.75
HSL 71.58º 0.78% 0.14% -
HSV(B) 71.58º 0.88% 0.25% -
XYZ 3.46 4.58 0.93 -
YUV 55.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 54 65 8 0.17 0 0.88 0.75 71.58 0.78 0.14
Hex 36 41 8 11 0 58 4B 48 4E E
Octal 66 101 10 21 0 130 113 110 116 16
Binary 110110 1000001 1000 10001 0 1011000 1001011 1001000 1001110 1110

Color Harmonies of #364108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364108

Black with #364108

Text Example


Text Example

White with #364108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364108; }

 p { color: rgb(54,65,8); }

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

background-color css

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

 a { background-color: rgb(54,65,8); }

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

border-color css

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

 span { border-color: rgb(54,65,8); }

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