Html Css Color HEX #305807 Verdun Green

📋 copy color: '#305807'

red 48 ◦ green 88 ◦ blue 7

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

Shades of Verdun Green #305807

Tints of Verdun Green #305807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.54%

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 33.57%
G = 61.54%
B = 4.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#305807 (or 0x305807) is known color: Verdun Green. HEX triplet: 30, 58 and 07. RGB value is (48,88,7). Sum of RGB (Red+Green+Blue) = 48+88+7=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #305807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305807 is #CFA7F8. Grayscale: #434343. Windows color (decimal): -13608953 or 481328. OLE color: 481328.

HSL color Cylindrical-coordinate representation of color #305807: hue angle of 89.63º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #305807 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 88 7 -
CMYK 0.45 0 0.92 0.65
HSL 89.63º 0.85% 0.19% -
HSV(B) 89.63º 0.92% 0.35% -
XYZ 4.75 7.62 1.42 -
YUV 66.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 48 88 7 0.45 0 0.92 0.65 89.63 0.85 0.19
Hex 30 58 7 2D 0 5C 41 5A 55 13
Octal 60 130 7 55 0 134 101 132 125 23
Binary 110000 1011000 111 101101 0 1011100 1000001 1011010 1010101 10011

Color Harmonies of #305807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305807

Black with #305807

Text Example


Text Example

White with #305807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305807; }

 p { color: rgb(48,88,7); }

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

background-color css

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

 a { background-color: rgb(48,88,7); }

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

border-color css

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

 span { border-color: rgb(48,88,7); }

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