Html Css Color HEX #305909 Verdun Green

📋 copy color: '#305909'

red 48 ◦ green 89 ◦ blue 9

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

Shades of Verdun Green #305909

Tints of Verdun Green #305909

RGB

 RED value IS 48 (19.14% from 255) = 32.88%

 GREEN value IS 89 (35.16% from 255) = 60.96%

 BLUE value IS 9 (3.91% from 255) = 6.16%

R = 32.88%
G = 60.96%
B = 6.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#305909 (or 0x305909) is known color: Verdun Green. HEX triplet: 30, 59 and 09. RGB value is (48,89,9). Sum of RGB (Red+Green+Blue) = 48+89+9=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #305909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305909 is #CFA6F6. Grayscale: #434343. Windows color (decimal): -13608695 or 612656. OLE color: 612656.

HSL color Cylindrical-coordinate representation of color #305909: hue angle of 90.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305909 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 9 -
CMYK 0.46 0 0.90 0.65
HSL 90.75º 0.82% 0.19% -
HSV(B) 90.75º 0.9% 0.35% -
XYZ 4.84 7.79 1.51 -
YUV 67.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 48 89 9 0.46 0 0.90 0.65 90.75 0.82 0.19
Hex 30 59 9 2E 0 5A 41 5B 52 13
Octal 60 131 11 56 0 132 101 133 122 23
Binary 110000 1011001 1001 101110 0 1011010 1000001 1011011 1010010 10011

Color Harmonies of #305909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305909

Black with #305909

Text Example


Text Example

White with #305909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305909; }

 p { color: rgb(48,89,9); }

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

background-color css

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

 a { background-color: rgb(48,89,9); }

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

border-color css

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

 span { border-color: rgb(48,89,9); }

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