Html Css Color HEX #073218 Dark Green

📋 copy color: '#073218'

red 7 ◦ green 50 ◦ blue 24

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

Shades of Dark Green #073218

Tints of Dark Green #073218

RGB

 RED value IS 7 (3.13% from 255) = 8.64%

 GREEN value IS 50 (19.92% from 255) = 61.73%

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

R = 8.64%
G = 61.73%
B = 29.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#073218 (or 0x073218) is known color: Dark Green. HEX triplet: 07, 32 and 18. RGB value is (7,50,24). Sum of RGB (Red+Green+Blue) = 7+50+24=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #073218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073218 is #F8CDE7. Grayscale: #222222. Windows color (decimal): -16305640 or 1585671. OLE color: 1585671.

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

Color convert

RGB 7 50 24 -
CMYK 0.86 0 0.52 0.80
HSL 143.72º 0.75% 0.11% -
HSV(B) 143.72º 0.86% 0.2% -
XYZ 1.39 2.39 1.25 -
YUV 34.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 7 50 24 0.86 0 0.52 0.80 143.72 0.75 0.11
Hex 7 32 18 56 0 34 50 90 4B B
Octal 7 62 30 126 0 64 120 220 113 13
Binary 111 110010 11000 1010110 0 110100 1010000 10010000 1001011 1011

Color Harmonies of #073218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073218

Black with #073218

Text Example


Text Example

White with #073218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073218; }

 p { color: rgb(7,50,24); }

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

background-color css

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

 a { background-color: rgb(7,50,24); }

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

border-color css

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

 span { border-color: rgb(7,50,24); }

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