Html Css Color HEX #394302 Turtle Green

📋 copy color: '#394302'

red 57 ◦ green 67 ◦ blue 2

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

Shades of Turtle Green #394302

Tints of Turtle Green #394302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.59%

R = 45.24%
G = 53.17%
B = 1.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#394302 (or 0x394302) is known color: Turtle Green. HEX triplet: 39, 43 and 02. RGB value is (57,67,2). Sum of RGB (Red+Green+Blue) = 57+67+2=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #394302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394302 is #C6BCFD. Grayscale: #383838. Windows color (decimal): -13024510 or 148281. OLE color: 148281.

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

Color convert

RGB 57 67 2 -
CMYK 0.15 0 0.97 0.74
HSL 69.23º 0.94% 0.14% -
HSV(B) 69.23º 0.97% 0.26% -
XYZ 3.71 4.89 0.81 -
YUV 56.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 57 67 2 0.15 0 0.97 0.74 69.23 0.94 0.14
Hex 39 43 2 F 0 61 4A 45 5E E
Octal 71 103 2 17 0 141 112 105 136 16
Binary 111001 1000011 10 1111 0 1100001 1001010 1000101 1011110 1110

Color Harmonies of #394302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394302

Black with #394302

Text Example


Text Example

White with #394302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394302; }

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

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

background-color css

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

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

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

border-color css

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

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

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