Html Css Color HEX #306306 Verdun Green

📋 copy color: '#306306'

red 48 ◦ green 99 ◦ blue 6

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

Shades of Verdun Green #306306

Tints of Verdun Green #306306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 31.37%
G = 64.71%
B = 3.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#306306 (or 0x306306) is known color: Verdun Green. HEX triplet: 30, 63 and 06. RGB value is (48,99,6). Sum of RGB (Red+Green+Blue) = 48+99+6=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #306306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306306 is #CF9CF9. Grayscale: #494949. Windows color (decimal): -13606138 or 418608. OLE color: 418608.

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

Color convert

RGB 48 99 6 -
CMYK 0.52 0 0.94 0.61
HSL 92.9º 0.89% 0.21% -
HSV(B) 92.9º 0.94% 0.39% -
XYZ 5.71 9.57 1.72 -
YUV 73.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 48 99 6 0.52 0 0.94 0.61 92.9 0.89 0.21
Hex 30 63 6 34 0 5E 3D 5D 59 15
Octal 60 143 6 64 0 136 75 135 131 25
Binary 110000 1100011 110 110100 0 1011110 111101 1011101 1011001 10101

Color Harmonies of #306306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306306

Black with #306306

Text Example


Text Example

White with #306306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306306; }

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

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

background-color css

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

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

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

border-color css

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

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

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