Html Css Color HEX #394318 Turtle Green

📋 copy color: '#394318'

red 57 ◦ green 67 ◦ blue 24

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

Shades of Turtle Green #394318

Tints of Turtle Green #394318

RGB

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

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

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

R = 38.51%
G = 45.27%
B = 16.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#394318 (or 0x394318) is known color: Turtle Green. HEX triplet: 39, 43 and 18. RGB value is (57,67,24). Sum of RGB (Red+Green+Blue) = 57+67+24=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #394318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394318 is #C6BCE7. Grayscale: #3B3B3B. Windows color (decimal): -13024488 or 1590073. OLE color: 1590073.

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

Color convert

RGB 57 67 24 -
CMYK 0.15 0 0.64 0.74
HSL 73.95º 0.47% 0.18% -
HSV(B) 73.95º 0.64% 0.26% -
XYZ 3.86 4.95 1.62 -
YUV 59.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 57 67 24 0.15 0 0.64 0.74 73.95 0.47 0.18
Hex 39 43 18 F 0 40 4A 4A 2F 12
Octal 71 103 30 17 0 100 112 112 57 22
Binary 111001 1000011 11000 1111 0 1000000 1001010 1001010 101111 10010

Color Harmonies of #394318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394318

Black with #394318

Text Example


Text Example

White with #394318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394318; }

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

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

background-color css

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

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

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

border-color css

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

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

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