Html Css Color HEX #484300 Verdun Green

📋 copy color: '#484300'

red 72 ◦ green 67 ◦ blue 0

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

Shades of Verdun Green #484300

Tints of Verdun Green #484300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.8%
G = 48.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#484300 (or 0x484300) is known color: Verdun Green. HEX triplet: 48, 43 and 00. RGB value is (72,67,0). Sum of RGB (Red+Green+Blue) = 72+67+0=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #484300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484300 is #B7BCFF. Grayscale: #3D3D3D. Windows color (decimal): -12041472 or 17224. OLE color: 17224.

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

Color convert

RGB 72 67 0 -
CMYK 0 0.07 1 0.72
HSL 55.83º 1% 0.14% -
HSV(B) 55.83º 1% 0.28% -
XYZ 4.68 5.39 0.79 -
YUV 60.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 72 67 0 0 0.07 1 0.72 55.83 1 0.14
Hex 48 43 0 0 7 64 48 38 64 E
Octal 110 103 0 0 7 144 110 70 144 16
Binary 1001000 1000011 0 0 111 1100100 1001000 111000 1100100 1110

Color Harmonies of #484300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484300

Black with #484300

Text Example


Text Example

White with #484300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484300; }

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

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

background-color css

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

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

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

border-color css

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

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

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