Html Css Color HEX #306504 Verdun Green

📋 copy color: '#306504'

red 48 ◦ green 101 ◦ blue 4

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

Shades of Verdun Green #306504

Tints of Verdun Green #306504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 66.01%

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 31.37%
G = 66.01%
B = 2.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#306504 (or 0x306504) is known color: Verdun Green. HEX triplet: 30, 65 and 04. RGB value is (48,101,4). Sum of RGB (Red+Green+Blue) = 48+101+4=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #306504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306504 is #CF9AFB. Grayscale: #4A4A4A. Windows color (decimal): -13605628 or 288048. OLE color: 288048.

HSL color Cylindrical-coordinate representation of color #306504: hue angle of 92.78º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #306504 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 4 -
CMYK 0.52 0 0.96 0.60
HSL 92.78º 0.92% 0.21% -
HSV(B) 92.78º 0.96% 0.4% -
XYZ 5.89 9.94 1.72 -
YUV 74.1 88.44 109.39 -
System Red Green Blue C M Y K H S L
Decimal 48 101 4 0.52 0 0.96 0.60 92.78 0.92 0.21
Hex 30 65 4 34 0 60 3C 5D 5C 15
Octal 60 145 4 64 0 140 74 135 134 25
Binary 110000 1100101 100 110100 0 1100000 111100 1011101 1011100 10101

Color Harmonies of #306504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306504

Black with #306504

Text Example


Text Example

White with #306504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306504; }

 p { color: rgb(48,101,4); }

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

background-color css

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

 a { background-color: rgb(48,101,4); }

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

border-color css

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

 span { border-color: rgb(48,101,4); }

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