Html Css Color HEX #364318 Turtle Green

📋 copy color: '#364318'

red 54 ◦ green 67 ◦ blue 24

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

Shades of Turtle Green #364318

Tints of Turtle Green #364318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 37.24%
G = 46.21%
B = 16.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#364318 (or 0x364318) is known color: Turtle Green. HEX triplet: 36, 43 and 18. RGB value is (54,67,24). Sum of RGB (Red+Green+Blue) = 54+67+24=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #364318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364318 is #C9BCE7. Grayscale: #3A3A3A. Windows color (decimal): -13221096 or 1590070. OLE color: 1590070.

HSL color Cylindrical-coordinate representation of color #364318: hue angle of 78.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #364318 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 67 24 -
CMYK 0.19 0 0.64 0.74
HSL 78.14º 0.47% 0.18% -
HSV(B) 78.14º 0.64% 0.26% -
XYZ 3.69 4.86 1.61 -
YUV 58.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 54 67 24 0.19 0 0.64 0.74 78.14 0.47 0.18
Hex 36 43 18 13 0 40 4A 4E 2F 12
Octal 66 103 30 23 0 100 112 116 57 22
Binary 110110 1000011 11000 10011 0 1000000 1001010 1001110 101111 10010

Color Harmonies of #364318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364318

Black with #364318

Text Example


Text Example

White with #364318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364318; }

 p { color: rgb(54,67,24); }

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

background-color css

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

 a { background-color: rgb(54,67,24); }

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

border-color css

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

 span { border-color: rgb(54,67,24); }

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