Html Css Color HEX #306104 Verdun Green

📋 copy color: '#306104'

red 48 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #306104

Tints of Verdun Green #306104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 65.1%

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

R = 32.21%
G = 65.1%
B = 2.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#306104 (or 0x306104) is known color: Verdun Green. HEX triplet: 30, 61 and 04. RGB value is (48,97,4). Sum of RGB (Red+Green+Blue) = 48+97+4=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #306104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306104 is #CF9EFB. Grayscale: #484848. Windows color (decimal): -13606652 or 287024. OLE color: 287024.

HSL color Cylindrical-coordinate representation of color #306104: hue angle of 91.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #306104 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 4 -
CMYK 0.51 0 0.96 0.62
HSL 91.61º 0.92% 0.2% -
HSV(B) 91.61º 0.96% 0.38% -
XYZ 5.52 9.19 1.6 -
YUV 71.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 48 97 4 0.51 0 0.96 0.62 91.61 0.92 0.2
Hex 30 61 4 33 0 60 3E 5C 5C 14
Octal 60 141 4 63 0 140 76 134 134 24
Binary 110000 1100001 100 110011 0 1100000 111110 1011100 1011100 10100

Color Harmonies of #306104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306104

Black with #306104

Text Example


Text Example

White with #306104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306104; }

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

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

background-color css

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

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

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

border-color css

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

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

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