Html Css Color HEX #393F19 Turtle Green

📋 copy color: '#393F19'

red 57 ◦ green 63 ◦ blue 25

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

Shades of Turtle Green #393F19

Tints of Turtle Green #393F19

RGB

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

 GREEN value IS 63 (25% from 255) = 43.45%

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 39.31%
G = 43.45%
B = 17.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#393F19 (or 0x393F19) is known color: Turtle Green. HEX triplet: 39, 3F and 19. RGB value is (57,63,25). Sum of RGB (Red+Green+Blue) = 57+63+25=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #393F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F19 is #C6C0E6. Grayscale: #393939. Windows color (decimal): -13025511 or 1654585. OLE color: 1654585.

HSL color Cylindrical-coordinate representation of color #393F19: hue angle of 69.47º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393F19 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 63 25 -
CMYK 0.10 0 0.60 0.75
HSL 69.47º 0.43% 0.17% -
HSV(B) 69.47º 0.6% 0.25% -
XYZ 3.64 4.5 1.6 -
YUV 56.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 57 63 25 0.10 0 0.60 0.75 69.47 0.43 0.17
Hex 39 3F 19 A 0 3C 4B 45 2B 11
Octal 71 77 31 12 0 74 113 105 53 21
Binary 111001 111111 11001 1010 0 111100 1001011 1000101 101011 10001

Color Harmonies of #393F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F19

Black with #393F19

Text Example


Text Example

White with #393F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393F19; }

 p { color: rgb(57,63,25); }

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

background-color css

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

 a { background-color: rgb(57,63,25); }

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

border-color css

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

 span { border-color: rgb(57,63,25); }

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