Html Css Color HEX #063026 Dark Green

📋 copy color: '#063026'

red 6 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #063026

Tints of Dark Green #063026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

 BLUE value IS 38 (15.23% from 255) = 41.3%

R = 6.52%
G = 52.17%
B = 41.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#063026 (or 0x063026) is known color: Dark Green. HEX triplet: 06, 30 and 26. RGB value is (6,48,38). Sum of RGB (Red+Green+Blue) = 6+48+38=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #063026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063026 is #F9CFD9. Grayscale: #222222. Windows color (decimal): -16371674 or 2502662. OLE color: 2502662.

HSL color Cylindrical-coordinate representation of color #063026: hue angle of 165.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063026 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 48 38 -
CMYK 0.87 0 0.21 0.81
HSL 165.71º 0.78% 0.11% -
HSV(B) 165.71º 0.88% 0.19% -
XYZ 1.48 2.29 2.2 -
YUV 34.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 6 48 38 0.87 0 0.21 0.81 165.71 0.78 0.11
Hex 6 30 26 57 0 15 51 A6 4E B
Octal 6 60 46 127 0 25 121 246 116 13
Binary 110 110000 100110 1010111 0 10101 1010001 10100110 1001110 1011

Color Harmonies of #063026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063026

Black with #063026

Text Example


Text Example

White with #063026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063026; }

 p { color: rgb(6,48,38); }

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

background-color css

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

 a { background-color: rgb(6,48,38); }

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

border-color css

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

 span { border-color: rgb(6,48,38); }

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