Html Css Color HEX #39421E Turtle Green

📋 copy color: '#39421E'

red 57 ◦ green 66 ◦ blue 30

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

Shades of Turtle Green #39421E

Tints of Turtle Green #39421E

RGB

 RED value IS 57 (22.66% from 255) = 37.25%

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

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

R = 37.25%
G = 43.14%
B = 19.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#39421E (or 0x39421E) is known color: Turtle Green. HEX triplet: 39, 42 and 1E. RGB value is (57,66,30). Sum of RGB (Red+Green+Blue) = 57+66+30=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #39421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39421E is #C6BDE1. Grayscale: #3B3B3B. Windows color (decimal): -13024738 or 1983033. OLE color: 1983033.

HSL color Cylindrical-coordinate representation of color #39421E: hue angle of 75º 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 #39421E is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 66 30 -
CMYK 0.14 0 0.55 0.74
HSL 75º 0.38% 0.19% -
HSV(B) 75º 0.55% 0.26% -
XYZ 3.87 4.86 1.96 -
YUV 59.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 57 66 30 0.14 0 0.55 0.74 75 0.38 0.19
Hex 39 42 1E E 0 37 4A 4B 26 13
Octal 71 102 36 16 0 67 112 113 46 23
Binary 111001 1000010 11110 1110 0 110111 1001010 1001011 100110 10011

Color Harmonies of #39421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39421E

Black with #39421E

Text Example


Text Example

White with #39421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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