Html Css Color HEX #393F04 Turtle Green

📋 copy color: '#393F04'

red 57 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #393F04

Tints of Turtle Green #393F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 45.97%
G = 50.81%
B = 3.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#393F04 (or 0x393F04) is known color: Turtle Green. HEX triplet: 39, 3F and 04. RGB value is (57,63,4). Sum of RGB (Red+Green+Blue) = 57+63+4=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #393F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F04 is #C6C0FB. Grayscale: #363636. Windows color (decimal): -13025532 or 278329. OLE color: 278329.

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

Color convert

RGB 57 63 4 -
CMYK 0.10 0 0.94 0.75
HSL 66.1º 0.88% 0.13% -
HSV(B) 66.1º 0.94% 0.25% -
XYZ 3.49 4.43 0.79 -
YUV 54.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 57 63 4 0.10 0 0.94 0.75 66.1 0.88 0.13
Hex 39 3F 4 A 0 5E 4B 42 58 D
Octal 71 77 4 12 0 136 113 102 130 15
Binary 111001 111111 100 1010 0 1011110 1001011 1000010 1011000 1101

Color Harmonies of #393F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F04

Black with #393F04

Text Example


Text Example

White with #393F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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