Html Css Color HEX #364312 Turtle Green

📋 copy color: '#364312'

red 54 ◦ green 67 ◦ blue 18

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

Shades of Turtle Green #364312

Tints of Turtle Green #364312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 38.85%
G = 48.2%
B = 12.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#364312 (or 0x364312) is known color: Turtle Green. HEX triplet: 36, 43 and 12. RGB value is (54,67,18). Sum of RGB (Red+Green+Blue) = 54+67+18=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #364312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364312 is #C9BCED. Grayscale: #393939. Windows color (decimal): -13221102 or 1196854. OLE color: 1196854.

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

Color convert

RGB 54 67 18 -
CMYK 0.19 0 0.73 0.74
HSL 75.92º 0.58% 0.17% -
HSV(B) 75.92º 0.73% 0.26% -
XYZ 3.64 4.84 1.32 -
YUV 57.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 54 67 18 0.19 0 0.73 0.74 75.92 0.58 0.17
Hex 36 43 12 13 0 49 4A 4C 3A 11
Octal 66 103 22 23 0 111 112 114 72 21
Binary 110110 1000011 10010 10011 0 1001001 1001010 1001100 111010 10001

Color Harmonies of #364312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364312

Black with #364312

Text Example


Text Example

White with #364312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364312; }

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

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

background-color css

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

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

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

border-color css

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

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

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