Html Css Color HEX #39400F Turtle Green

📋 copy color: '#39400F'

red 57 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #39400F

Tints of Turtle Green #39400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 41.91%
G = 47.06%
B = 11.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#39400F (or 0x39400F) is known color: Turtle Green. HEX triplet: 39, 40 and 0F. RGB value is (57,64,15). Sum of RGB (Red+Green+Blue) = 57+64+15=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #39400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39400F is #C6BFF0. Grayscale: #383838. Windows color (decimal): -13025265 or 999481. OLE color: 999481.

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

Color convert

RGB 57 64 15 -
CMYK 0.11 0 0.77 0.75
HSL 68.57º 0.62% 0.15% -
HSV(B) 68.57º 0.77% 0.25% -
XYZ 3.61 4.57 1.14 -
YUV 56.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 57 64 15 0.11 0 0.77 0.75 68.57 0.62 0.15
Hex 39 40 F B 0 4D 4B 45 3E F
Octal 71 100 17 13 0 115 113 105 76 17
Binary 111001 1000000 1111 1011 0 1001101 1001011 1000101 111110 1111

Color Harmonies of #39400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39400F

Black with #39400F

Text Example


Text Example

White with #39400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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