Html Css Color HEX #394300 Turtle Green

📋 copy color: '#394300'

red 57 ◦ green 67 ◦ blue 0

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

Shades of Turtle Green #394300

Tints of Turtle Green #394300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.03%

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

R = 45.97%
G = 54.03%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#394300 (or 0x394300) is known color: Turtle Green. HEX triplet: 39, 43 and 00. RGB value is (57,67,0). Sum of RGB (Red+Green+Blue) = 57+67+0=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #394300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394300 is #C6BCFF. Grayscale: #383838. Windows color (decimal): -13024512 or 17209. OLE color: 17209.

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

Color convert

RGB 57 67 0 -
CMYK 0.15 0 1 0.74
HSL 68.96º 1% 0.13% -
HSV(B) 68.96º 1% 0.26% -
XYZ 3.69 4.88 0.75 -
YUV 56.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 57 67 0 0.15 0 1 0.74 68.96 1 0.13
Hex 39 43 0 F 0 64 4A 45 64 D
Octal 71 103 0 17 0 144 112 105 144 15
Binary 111001 1000011 0 1111 0 1100100 1001010 1000101 1100100 1101

Color Harmonies of #394300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394300

Black with #394300

Text Example


Text Example

White with #394300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394300; }

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

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

background-color css

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

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

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

border-color css

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

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

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