Html Css Color HEX #393F0B Turtle Green

📋 copy color: '#393F0B'

red 57 ◦ green 63 ◦ blue 11

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

Shades of Turtle Green #393F0B

Tints of Turtle Green #393F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 43.51%
G = 48.09%
B = 8.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#393F0B (or 0x393F0B) is known color: Turtle Green. HEX triplet: 39, 3F and 0B. RGB value is (57,63,11). Sum of RGB (Red+Green+Blue) = 57+63+11=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #393F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F0B is #C6C0F4. Grayscale: #373737. Windows color (decimal): -13025525 or 737081. OLE color: 737081.

HSL color Cylindrical-coordinate representation of color #393F0B: hue angle of 66.92º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #393F0B is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 63 11 -
CMYK 0.10 0 0.83 0.75
HSL 66.92º 0.7% 0.15% -
HSV(B) 66.92º 0.83% 0.25% -
XYZ 3.53 4.45 0.99 -
YUV 55.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 57 63 11 0.10 0 0.83 0.75 66.92 0.7 0.15
Hex 39 3F B A 0 53 4B 43 46 F
Octal 71 77 13 12 0 123 113 103 106 17
Binary 111001 111111 1011 1010 0 1010011 1001011 1000011 1000110 1111

Color Harmonies of #393F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F0B

Black with #393F0B

Text Example


Text Example

White with #393F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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