Html Css Color HEX #06392A Dark Green

📋 copy color: '#06392A'

red 6 ◦ green 57 ◦ blue 42

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

Shades of Dark Green #06392A

Tints of Dark Green #06392A

RGB

 RED value IS 6 (2.73% from 255) = 5.71%

 GREEN value IS 57 (22.66% from 255) = 54.29%

 BLUE value IS 42 (16.8% from 255) = 40%

R = 5.71%
G = 54.29%
B = 40%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#06392A (or 0x06392A) is known color: Dark Green. HEX triplet: 06, 39 and 2A. RGB value is (6,57,42). Sum of RGB (Red+Green+Blue) = 6+57+42=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #06392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06392A is #F9C6D5. Grayscale: #282828. Windows color (decimal): -16369366 or 2767110. OLE color: 2767110.

HSL color Cylindrical-coordinate representation of color #06392A: hue angle of 162.35º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06392A is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 57 42 -
CMYK 0.89 0 0.26 0.78
HSL 162.35º 0.81% 0.12% -
HSV(B) 162.35º 0.89% 0.22% -
XYZ 1.96 3.13 2.69 -
YUV 40.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 6 57 42 0.89 0 0.26 0.78 162.35 0.81 0.12
Hex 6 39 2A 59 0 1A 4E A2 51 C
Octal 6 71 52 131 0 32 116 242 121 14
Binary 110 111001 101010 1011001 0 11010 1001110 10100010 1010001 1100

Color Harmonies of #06392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06392A

Black with #06392A

Text Example


Text Example

White with #06392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06392A; }

 p { color: rgb(6,57,42); }

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

background-color css

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

 a { background-color: rgb(6,57,42); }

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

border-color css

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

 span { border-color: rgb(6,57,42); }

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