Html Css Color HEX #394007 Turtle Green

📋 copy color: '#394007'

red 57 ◦ green 64 ◦ blue 7

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

Shades of Turtle Green #394007

Tints of Turtle Green #394007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 5.47%

R = 44.53%
G = 50%
B = 5.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#394007 (or 0x394007) is known color: Turtle Green. HEX triplet: 39, 40 and 07. RGB value is (57,64,7). Sum of RGB (Red+Green+Blue) = 57+64+7=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #394007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394007 is #C6BFF8. Grayscale: #373737. Windows color (decimal): -13025273 or 475193. OLE color: 475193.

HSL color Cylindrical-coordinate representation of color #394007: hue angle of 67.37º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #394007 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 7 -
CMYK 0.11 0 0.89 0.75
HSL 67.37º 0.8% 0.14% -
HSV(B) 67.37º 0.89% 0.25% -
XYZ 3.56 4.55 0.89 -
YUV 55.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 57 64 7 0.11 0 0.89 0.75 67.37 0.8 0.14
Hex 39 40 7 B 0 59 4B 43 50 E
Octal 71 100 7 13 0 131 113 103 120 16
Binary 111001 1000000 111 1011 0 1011001 1001011 1000011 1010000 1110

Color Harmonies of #394007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394007

Black with #394007

Text Example


Text Example

White with #394007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394007; }

 p { color: rgb(57,64,7); }

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

background-color css

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

 a { background-color: rgb(57,64,7); }

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

border-color css

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

 span { border-color: rgb(57,64,7); }

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