Html Css Color HEX #394812 Turtle Green

📋 copy color: '#394812'

red 57 ◦ green 72 ◦ blue 18

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

Shades of Turtle Green #394812

Tints of Turtle Green #394812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 38.78%
G = 48.98%
B = 12.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#394812 (or 0x394812) is known color: Turtle Green. HEX triplet: 39, 48 and 12. RGB value is (57,72,18). Sum of RGB (Red+Green+Blue) = 57+72+18=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #394812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394812 is #C6B7ED. Grayscale: #3D3D3D. Windows color (decimal): -13023214 or 1198137. OLE color: 1198137.

HSL color Cylindrical-coordinate representation of color #394812: hue angle of 76.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394812 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 72 18 -
CMYK 0.21 0 0.75 0.72
HSL 76.67º 0.6% 0.18% -
HSV(B) 76.67º 0.75% 0.28% -
XYZ 4.11 5.55 1.43 -
YUV 61.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 57 72 18 0.21 0 0.75 0.72 76.67 0.6 0.18
Hex 39 48 12 15 0 4B 48 4D 3C 12
Octal 71 110 22 25 0 113 110 115 74 22
Binary 111001 1001000 10010 10101 0 1001011 1001000 1001101 111100 10010

Color Harmonies of #394812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394812

Black with #394812

Text Example


Text Example

White with #394812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394812; }

 p { color: rgb(57,72,18); }

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

background-color css

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

 a { background-color: rgb(57,72,18); }

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

border-color css

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

 span { border-color: rgb(57,72,18); }

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