Html Css Color HEX #063426 Dark Green

📋 copy color: '#063426'

red 6 ◦ green 52 ◦ blue 38

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

Shades of Dark Green #063426

Tints of Dark Green #063426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.17%

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

R = 6.25%
G = 54.17%
B = 39.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#063426 (or 0x063426) is known color: Dark Green. HEX triplet: 06, 34 and 26. RGB value is (6,52,38). Sum of RGB (Red+Green+Blue) = 6+52+38=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #063426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063426 is #F9CBD9. Grayscale: #242424. Windows color (decimal): -16370650 or 2503686. OLE color: 2503686.

HSL color Cylindrical-coordinate representation of color #063426: hue angle of 161.74º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063426 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 38 -
CMYK 0.88 0 0.27 0.80
HSL 161.74º 0.79% 0.11% -
HSV(B) 161.74º 0.88% 0.2% -
XYZ 1.65 2.63 2.26 -
YUV 36.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 6 52 38 0.88 0 0.27 0.80 161.74 0.79 0.11
Hex 6 34 26 58 0 1B 50 A2 4F B
Octal 6 64 46 130 0 33 120 242 117 13
Binary 110 110100 100110 1011000 0 11011 1010000 10100010 1001111 1011

Color Harmonies of #063426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063426

Black with #063426

Text Example


Text Example

White with #063426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063426; }

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

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

background-color css

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

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

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

border-color css

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

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

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