Html Css Color HEX #306309 Verdun Green

📋 copy color: '#306309'

red 48 ◦ green 99 ◦ blue 9

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

Shades of Verdun Green #306309

Tints of Verdun Green #306309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.46%

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

R = 30.77%
G = 63.46%
B = 5.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#306309 (or 0x306309) is known color: Verdun Green. HEX triplet: 30, 63 and 09. RGB value is (48,99,9). Sum of RGB (Red+Green+Blue) = 48+99+9=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #306309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306309 is #CF9CF6. Grayscale: #494949. Windows color (decimal): -13606135 or 615216. OLE color: 615216.

HSL color Cylindrical-coordinate representation of color #306309: hue angle of 94º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #306309 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 9 -
CMYK 0.52 0 0.91 0.61
HSL 94º 0.83% 0.21% -
HSV(B) 94º 0.91% 0.39% -
XYZ 5.73 9.57 1.8 -
YUV 73.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 48 99 9 0.52 0 0.91 0.61 94 0.83 0.21
Hex 30 63 9 34 0 5B 3D 5E 53 15
Octal 60 143 11 64 0 133 75 136 123 25
Binary 110000 1100011 1001 110100 0 1011011 111101 1011110 1010011 10101

Color Harmonies of #306309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306309

Black with #306309

Text Example


Text Example

White with #306309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306309; }

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

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

background-color css

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

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

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

border-color css

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

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

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