Html Css Color HEX #394311 Turtle Green

📋 copy color: '#394311'

red 57 ◦ green 67 ◦ blue 17

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

Shades of Turtle Green #394311

Tints of Turtle Green #394311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 40.43%
G = 47.52%
B = 12.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#394311 (or 0x394311) is known color: Turtle Green. HEX triplet: 39, 43 and 11. RGB value is (57,67,17). Sum of RGB (Red+Green+Blue) = 57+67+17=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #394311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394311 is #C6BCEE. Grayscale: #3A3A3A. Windows color (decimal): -13024495 or 1131321. OLE color: 1131321.

HSL color Cylindrical-coordinate representation of color #394311: hue angle of 72º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394311 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 67 17 -
CMYK 0.15 0 0.75 0.74
HSL 72º 0.6% 0.16% -
HSV(B) 72º 0.75% 0.26% -
XYZ 3.8 4.92 1.28 -
YUV 58.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 57 67 17 0.15 0 0.75 0.74 72 0.6 0.16
Hex 39 43 11 F 0 4B 4A 48 3C 10
Octal 71 103 21 17 0 113 112 110 74 20
Binary 111001 1000011 10001 1111 0 1001011 1001010 1001000 111100 10000

Color Harmonies of #394311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394311

Black with #394311

Text Example


Text Example

White with #394311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394311; }

 p { color: rgb(57,67,17); }

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

background-color css

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

 a { background-color: rgb(57,67,17); }

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

border-color css

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

 span { border-color: rgb(57,67,17); }

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