Html Css Color HEX #305B09 Verdun Green

📋 copy color: '#305B09'

red 48 ◦ green 91 ◦ blue 9

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

Shades of Verdun Green #305B09

Tints of Verdun Green #305B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 61.49%

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

R = 32.43%
G = 61.49%
B = 6.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#305B09 (or 0x305B09) is known color: Verdun Green. HEX triplet: 30, 5B and 09. RGB value is (48,91,9). Sum of RGB (Red+Green+Blue) = 48+91+9=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #305B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B09 is #CFA4F6. Grayscale: #454545. Windows color (decimal): -13608183 or 613168. OLE color: 613168.

HSL color Cylindrical-coordinate representation of color #305B09: hue angle of 91.46º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305B09 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 91 9 -
CMYK 0.47 0 0.90 0.64
HSL 91.46º 0.82% 0.2% -
HSV(B) 91.46º 0.9% 0.36% -
XYZ 5.01 8.13 1.56 -
YUV 68.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 48 91 9 0.47 0 0.90 0.64 91.46 0.82 0.2
Hex 30 5B 9 2F 0 5A 40 5B 52 14
Octal 60 133 11 57 0 132 100 133 122 24
Binary 110000 1011011 1001 101111 0 1011010 1000000 1011011 1010010 10100

Color Harmonies of #305B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B09

Black with #305B09

Text Example


Text Example

White with #305B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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