Html Css Color HEX #394413 Turtle Green

📋 copy color: '#394413'

red 57 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #394413

Tints of Turtle Green #394413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 39.58%
G = 47.22%
B = 13.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#394413 (or 0x394413) is known color: Turtle Green. HEX triplet: 39, 44 and 13. RGB value is (57,68,19). Sum of RGB (Red+Green+Blue) = 57+68+19=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #394413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394413 is #C6BBEC. Grayscale: #3B3B3B. Windows color (decimal): -13024237 or 1262649. OLE color: 1262649.

HSL color Cylindrical-coordinate representation of color #394413: hue angle of 73.47º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394413 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 68 19 -
CMYK 0.16 0 0.72 0.73
HSL 73.47º 0.56% 0.17% -
HSV(B) 73.47º 0.72% 0.27% -
XYZ 3.87 5.05 1.39 -
YUV 59.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 57 68 19 0.16 0 0.72 0.73 73.47 0.56 0.17
Hex 39 44 13 10 0 48 49 49 38 11
Octal 71 104 23 20 0 110 111 111 70 21
Binary 111001 1000100 10011 10000 0 1001000 1001001 1001001 111000 10001

Color Harmonies of #394413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394413

Black with #394413

Text Example


Text Example

White with #394413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394413; }

 p { color: rgb(57,68,19); }

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

background-color css

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

 a { background-color: rgb(57,68,19); }

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

border-color css

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

 span { border-color: rgb(57,68,19); }

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