Html Css Color HEX #394014 Turtle Green

📋 copy color: '#394014'

red 57 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #394014

Tints of Turtle Green #394014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 40.43%
G = 45.39%
B = 14.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#394014 (or 0x394014) is known color: Turtle Green. HEX triplet: 39, 40 and 14. RGB value is (57,64,20). Sum of RGB (Red+Green+Blue) = 57+64+20=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #394014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394014 is #C6BFEB. Grayscale: #393939. Windows color (decimal): -13025260 or 1327161. OLE color: 1327161.

HSL color Cylindrical-coordinate representation of color #394014: hue angle of 69.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394014 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 20 -
CMYK 0.11 0 0.69 0.75
HSL 69.55º 0.52% 0.16% -
HSV(B) 69.55º 0.69% 0.25% -
XYZ 3.65 4.59 1.36 -
YUV 56.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 57 64 20 0.11 0 0.69 0.75 69.55 0.52 0.16
Hex 39 40 14 B 0 45 4B 46 34 10
Octal 71 100 24 13 0 105 113 106 64 20
Binary 111001 1000000 10100 1011 0 1000101 1001011 1000110 110100 10000

Color Harmonies of #394014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394014

Black with #394014

Text Example


Text Example

White with #394014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394014; }

 p { color: rgb(57,64,20); }

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

background-color css

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

 a { background-color: rgb(57,64,20); }

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

border-color css

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

 span { border-color: rgb(57,64,20); }

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