Html Css Color HEX #364413 Turtle Green

📋 copy color: '#364413'

red 54 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #364413

Tints of Turtle Green #364413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 38.3%
G = 48.23%
B = 13.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#364413 (or 0x364413) is known color: Turtle Green. HEX triplet: 36, 44 and 13. RGB value is (54,68,19). Sum of RGB (Red+Green+Blue) = 54+68+19=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #364413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364413 is #C9BBEC. Grayscale: #3A3A3A. Windows color (decimal): -13220845 or 1262646. OLE color: 1262646.

HSL color Cylindrical-coordinate representation of color #364413: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364413 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 68 19 -
CMYK 0.21 0 0.72 0.73
HSL 77.14º 0.56% 0.17% -
HSV(B) 77.14º 0.72% 0.27% -
XYZ 3.71 4.97 1.38 -
YUV 58.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 54 68 19 0.21 0 0.72 0.73 77.14 0.56 0.17
Hex 36 44 13 15 0 48 49 4D 38 11
Octal 66 104 23 25 0 110 111 115 70 21
Binary 110110 1000100 10011 10101 0 1001000 1001001 1001101 111000 10001

Color Harmonies of #364413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364413

Black with #364413

Text Example


Text Example

White with #364413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364413; }

 p { color: rgb(54,68,19); }

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

background-color css

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

 a { background-color: rgb(54,68,19); }

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

border-color css

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

 span { border-color: rgb(54,68,19); }

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