Html Css Color HEX #39411C Turtle Green

📋 copy color: '#39411C'

red 57 ◦ green 65 ◦ blue 28

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

Shades of Turtle Green #39411C

Tints of Turtle Green #39411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 38%
G = 43.33%
B = 18.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#39411C (or 0x39411C) is known color: Turtle Green. HEX triplet: 39, 41 and 1C. RGB value is (57,65,28). Sum of RGB (Red+Green+Blue) = 57+65+28=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #39411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411C is #C6BEE3. Grayscale: #3A3A3A. Windows color (decimal): -13024996 or 1851705. OLE color: 1851705.

HSL color Cylindrical-coordinate representation of color #39411C: hue angle of 72.97º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39411C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 28 -
CMYK 0.12 0 0.57 0.75
HSL 72.97º 0.4% 0.18% -
HSV(B) 72.97º 0.57% 0.25% -
XYZ 3.79 4.73 1.81 -
YUV 58.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 57 65 28 0.12 0 0.57 0.75 72.97 0.4 0.18
Hex 39 41 1C C 0 39 4B 49 28 12
Octal 71 101 34 14 0 71 113 111 50 22
Binary 111001 1000001 11100 1100 0 111001 1001011 1001001 101000 10010

Color Harmonies of #39411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39411C

Black with #39411C

Text Example


Text Example

White with #39411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,65,28); }

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

background-color css

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

 a { background-color: rgb(57,65,28); }

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

border-color css

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

 span { border-color: rgb(57,65,28); }

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