Html Css Color HEX #063418 Dark Green

📋 copy color: '#063418'

red 6 ◦ green 52 ◦ blue 24

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

Shades of Dark Green #063418

Tints of Dark Green #063418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 29.27%

R = 7.32%
G = 63.41%
B = 29.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#063418 (or 0x063418) is known color: Dark Green. HEX triplet: 06, 34 and 18. RGB value is (6,52,24). Sum of RGB (Red+Green+Blue) = 6+52+24=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #063418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063418 is #F9CBE7. Grayscale: #232323. Windows color (decimal): -16370664 or 1586182. OLE color: 1586182.

HSL color Cylindrical-coordinate representation of color #063418: hue angle of 143.48º 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 #063418 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 24 -
CMYK 0.88 0 0.54 0.80
HSL 143.48º 0.79% 0.11% -
HSV(B) 143.48º 0.88% 0.2% -
XYZ 1.47 2.56 1.28 -
YUV 35.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 6 52 24 0.88 0 0.54 0.80 143.48 0.79 0.11
Hex 6 34 18 58 0 36 50 8F 4F B
Octal 6 64 30 130 0 66 120 217 117 13
Binary 110 110100 11000 1011000 0 110110 1010000 10001111 1001111 1011

Color Harmonies of #063418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063418

Black with #063418

Text Example


Text Example

White with #063418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063418; }

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

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

background-color css

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

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

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

border-color css

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

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

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