Html Css Color HEX #305C05 Verdun Green

📋 copy color: '#305C05'

red 48 ◦ green 92 ◦ blue 5

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

Shades of Verdun Green #305C05

Tints of Verdun Green #305C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 63.45%

 BLUE value IS 5 (2.34% from 255) = 3.45%

R = 33.1%
G = 63.45%
B = 3.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#305C05 (or 0x305C05) is known color: Verdun Green. HEX triplet: 30, 5C and 05. RGB value is (48,92,5). Sum of RGB (Red+Green+Blue) = 48+92+5=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #305C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305C05 is #CFA3FA. Grayscale: #454545. Windows color (decimal): -13607931 or 351280. OLE color: 351280.

HSL color Cylindrical-coordinate representation of color #305C05: hue angle of 90.34º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #305C05 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 92 5 -
CMYK 0.48 0 0.95 0.64
HSL 90.34º 0.9% 0.19% -
HSV(B) 90.34º 0.95% 0.36% -
XYZ 5.07 8.29 1.48 -
YUV 68.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 48 92 5 0.48 0 0.95 0.64 90.34 0.9 0.19
Hex 30 5C 5 30 0 5F 40 5A 5A 13
Octal 60 134 5 60 0 137 100 132 132 23
Binary 110000 1011100 101 110000 0 1011111 1000000 1011010 1011010 10011

Color Harmonies of #305C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C05

Black with #305C05

Text Example


Text Example

White with #305C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,5); }

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

background-color css

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

 a { background-color: rgb(48,92,5); }

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

border-color css

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

 span { border-color: rgb(48,92,5); }

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