Html Css Color HEX #484302 Verdun Green

📋 copy color: '#484302'

red 72 ◦ green 67 ◦ blue 2

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

Shades of Verdun Green #484302

Tints of Verdun Green #484302

RGB

 RED value IS 72 (28.52% from 255) = 51.06%

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 51.06%
G = 47.52%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#484302 (or 0x484302) is known color: Verdun Green. HEX triplet: 48, 43 and 02. RGB value is (72,67,2). Sum of RGB (Red+Green+Blue) = 72+67+2=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484302 is #B7BCFD. Grayscale: #3D3D3D. Windows color (decimal): -12041470 or 148296. OLE color: 148296.

HSL color Cylindrical-coordinate representation of color #484302: hue angle of 55.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #484302 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 2 -
CMYK 0 0.07 0.97 0.72
HSL 55.71º 0.95% 0.15% -
HSV(B) 55.71º 0.97% 0.28% -
XYZ 4.69 5.4 0.85 -
YUV 61.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 72 67 2 0 0.07 0.97 0.72 55.71 0.95 0.15
Hex 48 43 2 0 7 61 48 38 5F F
Octal 110 103 2 0 7 141 110 70 137 17
Binary 1001000 1000011 10 0 111 1100001 1001000 111000 1011111 1111

Color Harmonies of #484302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484302

Black with #484302

Text Example


Text Example

White with #484302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484302; }

 p { color: rgb(72,67,2); }

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

background-color css

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

 a { background-color: rgb(72,67,2); }

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

border-color css

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

 span { border-color: rgb(72,67,2); }

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