Html Css Color HEX #36421E Turtle Green

📋 copy color: '#36421E'

red 54 ◦ green 66 ◦ blue 30

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

Shades of Turtle Green #36421E

Tints of Turtle Green #36421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 36%
G = 44%
B = 20%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#36421E (or 0x36421E) is known color: Turtle Green. HEX triplet: 36, 42 and 1E. RGB value is (54,66,30). Sum of RGB (Red+Green+Blue) = 54+66+30=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #36421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36421E is #C9BDE1. Grayscale: #3A3A3A. Windows color (decimal): -13221346 or 1983030. OLE color: 1983030.

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

Color convert

RGB 54 66 30 -
CMYK 0.18 0 0.55 0.74
HSL 80º 0.38% 0.19% -
HSV(B) 80º 0.55% 0.26% -
XYZ 3.7 4.77 1.95 -
YUV 58.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 54 66 30 0.18 0 0.55 0.74 80 0.38 0.19
Hex 36 42 1E 12 0 37 4A 50 26 13
Octal 66 102 36 22 0 67 112 120 46 23
Binary 110110 1000010 11110 10010 0 110111 1001010 1010000 100110 10011

Color Harmonies of #36421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36421E

Black with #36421E

Text Example


Text Example

White with #36421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36421E; }

 p { color: rgb(54,66,30); }

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

background-color css

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

 a { background-color: rgb(54,66,30); }

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

border-color css

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

 span { border-color: rgb(54,66,30); }

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