Html Css Color HEX #394518 Turtle Green

📋 copy color: '#394518'

red 57 ◦ green 69 ◦ blue 24

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

Shades of Turtle Green #394518

Tints of Turtle Green #394518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46%

 BLUE value IS 24 (9.77% from 255) = 16%

R = 38%
G = 46%
B = 16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#394518 (or 0x394518) is known color: Turtle Green. HEX triplet: 39, 45 and 18. RGB value is (57,69,24). Sum of RGB (Red+Green+Blue) = 57+69+24=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #394518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394518 is #C6BAE7. Grayscale: #3C3C3C. Windows color (decimal): -13023976 or 1590585. OLE color: 1590585.

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

Color convert

RGB 57 69 24 -
CMYK 0.17 0 0.65 0.73
HSL 76º 0.48% 0.18% -
HSV(B) 76º 0.65% 0.27% -
XYZ 3.98 5.19 1.66 -
YUV 60.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 57 69 24 0.17 0 0.65 0.73 76 0.48 0.18
Hex 39 45 18 11 0 41 49 4C 30 12
Octal 71 105 30 21 0 101 111 114 60 22
Binary 111001 1000101 11000 10001 0 1000001 1001001 1001100 110000 10010

Color Harmonies of #394518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394518

Black with #394518

Text Example


Text Example

White with #394518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394518; }

 p { color: rgb(57,69,24); }

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

background-color css

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

 a { background-color: rgb(57,69,24); }

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

border-color css

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

 span { border-color: rgb(57,69,24); }

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