Html Css Color HEX #394D0D Turtle Green

📋 copy color: '#394D0D'

red 57 ◦ green 77 ◦ blue 13

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

Shades of Turtle Green #394D0D

Tints of Turtle Green #394D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.38%

 BLUE value IS 13 (5.47% from 255) = 8.84%

R = 38.78%
G = 52.38%
B = 8.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#394D0D (or 0x394D0D) is known color: Turtle Green. HEX triplet: 39, 4D and 0D. RGB value is (57,77,13). Sum of RGB (Red+Green+Blue) = 57+77+13=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #394D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D0D is #C6B2F2. Grayscale: #3F3F3F. Windows color (decimal): -13021939 or 871737. OLE color: 871737.

HSL color Cylindrical-coordinate representation of color #394D0D: hue angle of 78.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #394D0D is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 77 13 -
CMYK 0.26 0 0.83 0.70
HSL 78.75º 0.71% 0.18% -
HSV(B) 78.75º 0.83% 0.3% -
XYZ 4.41 6.21 1.35 -
YUV 63.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 57 77 13 0.26 0 0.83 0.70 78.75 0.71 0.18
Hex 39 4D D 1A 0 53 46 4F 47 12
Octal 71 115 15 32 0 123 106 117 107 22
Binary 111001 1001101 1101 11010 0 1010011 1000110 1001111 1000111 10010

Color Harmonies of #394D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D0D

Black with #394D0D

Text Example


Text Example

White with #394D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394D0D; }

 p { color: rgb(57,77,13); }

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

background-color css

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

 a { background-color: rgb(57,77,13); }

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

border-color css

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

 span { border-color: rgb(57,77,13); }

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