Html Css Color HEX #073926 Dark Green

📋 copy color: '#073926'

red 7 ◦ green 57 ◦ blue 38

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

Shades of Dark Green #073926

Tints of Dark Green #073926

RGB

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

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

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

R = 6.86%
G = 55.88%
B = 37.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#073926 (or 0x073926) is known color: Dark Green. HEX triplet: 07, 39 and 26. RGB value is (7,57,38). Sum of RGB (Red+Green+Blue) = 7+57+38=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #073926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073926 is #F8C6D9. Grayscale: #272727. Windows color (decimal): -16303834 or 2504967. OLE color: 2504967.

HSL color Cylindrical-coordinate representation of color #073926: hue angle of 157.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073926 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 57 38 -
CMYK 0.88 0 0.33 0.78
HSL 157.2º 0.78% 0.13% -
HSV(B) 157.2º 0.88% 0.22% -
XYZ 1.9 3.11 2.33 -
YUV 39.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 7 57 38 0.88 0 0.33 0.78 157.2 0.78 0.13
Hex 7 39 26 58 0 21 4E 9D 4E D
Octal 7 71 46 130 0 41 116 235 116 15
Binary 111 111001 100110 1011000 0 100001 1001110 10011101 1001110 1101

Color Harmonies of #073926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073926

Black with #073926

Text Example


Text Example

White with #073926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073926; }

 p { color: rgb(7,57,38); }

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

background-color css

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

 a { background-color: rgb(7,57,38); }

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

border-color css

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

 span { border-color: rgb(7,57,38); }

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