Html Css Color HEX #395017 Turtle Green

📋 copy color: '#395017'

red 57 ◦ green 80 ◦ blue 23

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

Shades of Turtle Green #395017

Tints of Turtle Green #395017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50%

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 35.63%
G = 50%
B = 14.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#395017 (or 0x395017) is known color: Turtle Green. HEX triplet: 39, 50 and 17. RGB value is (57,80,23). Sum of RGB (Red+Green+Blue) = 57+80+23=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #395017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395017 is #C6AFE8. Grayscale: #424242. Windows color (decimal): -13021161 or 1527865. OLE color: 1527865.

HSL color Cylindrical-coordinate representation of color #395017: hue angle of 84.21º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #395017 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 23 -
CMYK 0.29 0 0.71 0.69
HSL 84.21º 0.55% 0.2% -
HSV(B) 84.21º 0.71% 0.31% -
XYZ 4.71 6.67 1.85 -
YUV 66.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 57 80 23 0.29 0 0.71 0.69 84.21 0.55 0.2
Hex 39 50 17 1D 0 47 45 54 37 14
Octal 71 120 27 35 0 107 105 124 67 24
Binary 111001 1010000 10111 11101 0 1000111 1000101 1010100 110111 10100

Color Harmonies of #395017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395017

Black with #395017

Text Example


Text Example

White with #395017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395017; }

 p { color: rgb(57,80,23); }

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

background-color css

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

 a { background-color: rgb(57,80,23); }

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

border-color css

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

 span { border-color: rgb(57,80,23); }

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