Html Css Color HEX #4B6901 Verdun Green

📋 copy color: '#4B6901'

red 75 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #4B6901

Tints of Verdun Green #4B6901

RGB

 RED value IS 75 (29.69% from 255) = 41.44%

 GREEN value IS 105 (41.41% from 255) = 58.01%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 41.44%
G = 58.01%
B = 0.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#4B6901 (or 0x4B6901) is known color: Verdun Green. HEX triplet: 4B, 69 and 01. RGB value is (75,105,1). Sum of RGB (Red+Green+Blue) = 75+105+1=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #4B6901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6901 is #B496FE. Grayscale: #545454. Windows color (decimal): -11835135 or 92491. OLE color: 92491.

HSL color Cylindrical-coordinate representation of color #4B6901: hue angle of 77.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B6901 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 105 1 -
CMYK 0.29 0 0.99 0.59
HSL 77.31º 0.98% 0.21% -
HSV(B) 77.31º 0.99% 0.41% -
XYZ 7.96 11.6 1.85 -
YUV 84.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 75 105 1 0.29 0 0.99 0.59 77.31 0.98 0.21
Hex 4B 69 1 1D 0 63 3B 4D 62 15
Octal 113 151 1 35 0 143 73 115 142 25
Binary 1001011 1101001 1 11101 0 1100011 111011 1001101 1100010 10101

Color Harmonies of #4B6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6901

Black with #4B6901

Text Example


Text Example

White with #4B6901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B6901; }

 p { color: rgb(75,105,1); }

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

background-color css

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

 a { background-color: rgb(75,105,1); }

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

border-color css

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

 span { border-color: rgb(75,105,1); }

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