Html Css Color HEX #39400C Turtle Green

📋 copy color: '#39400C'

red 57 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #39400C

Tints of Turtle Green #39400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 42.86%
G = 48.12%
B = 9.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#39400C (or 0x39400C) is known color: Turtle Green. HEX triplet: 39, 40 and 0C. RGB value is (57,64,12). Sum of RGB (Red+Green+Blue) = 57+64+12=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #39400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39400C is #C6BFF3. Grayscale: #383838. Windows color (decimal): -13025268 or 802873. OLE color: 802873.

HSL color Cylindrical-coordinate representation of color #39400C: hue angle of 68.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39400C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 12 -
CMYK 0.11 0 0.81 0.75
HSL 68.08º 0.68% 0.15% -
HSV(B) 68.08º 0.81% 0.25% -
XYZ 3.59 4.56 1.04 -
YUV 55.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 57 64 12 0.11 0 0.81 0.75 68.08 0.68 0.15
Hex 39 40 C B 0 51 4B 44 44 F
Octal 71 100 14 13 0 121 113 104 104 17
Binary 111001 1000000 1100 1011 0 1010001 1001011 1000100 1000100 1111

Color Harmonies of #39400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39400C

Black with #39400C

Text Example


Text Example

White with #39400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39400C; }

 p { color: rgb(57,64,12); }

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

background-color css

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

 a { background-color: rgb(57,64,12); }

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

border-color css

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

 span { border-color: rgb(57,64,12); }

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