Html Css Color HEX #394D0F Turtle Green

📋 copy color: '#394D0F'

red 57 ◦ green 77 ◦ blue 15

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

Shades of Turtle Green #394D0F

Tints of Turtle Green #394D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 38.26%
G = 51.68%
B = 10.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#394D0F (or 0x394D0F) is known color: Turtle Green. HEX triplet: 39, 4D and 0F. RGB value is (57,77,15). Sum of RGB (Red+Green+Blue) = 57+77+15=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #394D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D0F is #C6B2F0. Grayscale: #404040. Windows color (decimal): -13021937 or 1002809. OLE color: 1002809.

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

Color convert

RGB 57 77 15 -
CMYK 0.26 0 0.81 0.70
HSL 79.35º 0.67% 0.18% -
HSV(B) 79.35º 0.81% 0.3% -
XYZ 4.43 6.21 1.42 -
YUV 63.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 57 77 15 0.26 0 0.81 0.70 79.35 0.67 0.18
Hex 39 4D F 1A 0 51 46 4F 43 12
Octal 71 115 17 32 0 121 106 117 103 22
Binary 111001 1001101 1111 11010 0 1010001 1000110 1001111 1000011 10010

Color Harmonies of #394D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D0F

Black with #394D0F

Text Example


Text Example

White with #394D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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