Html Css Color HEX #394000 Turtle Green

📋 copy color: '#394000'

red 57 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #394000

Tints of Turtle Green #394000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.11%
G = 52.89%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#394000 (or 0x394000) is known color: Turtle Green. HEX triplet: 39, 40 and 00. RGB value is (57,64,0). Sum of RGB (Red+Green+Blue) = 57+64+0=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #394000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394000 is #C6BFFF. Grayscale: #363636. Windows color (decimal): -13025280 or 16441. OLE color: 16441.

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

Color convert

RGB 57 64 0 -
CMYK 0.11 0 1 0.75
HSL 66.56º 1% 0.13% -
HSV(B) 66.56º 1% 0.25% -
XYZ 3.52 4.54 0.69 -
YUV 54.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 57 64 0 0.11 0 1 0.75 66.56 1 0.13
Hex 39 40 0 B 0 64 4B 43 64 D
Octal 71 100 0 13 0 144 113 103 144 15
Binary 111001 1000000 0 1011 0 1100100 1001011 1000011 1100100 1101

Color Harmonies of #394000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394000

Black with #394000

Text Example


Text Example

White with #394000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394000; }

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

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

background-color css

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

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

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

border-color css

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

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

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