Html Css Color HEX #4B610C Verdun Green

📋 copy color: '#4B610C'

red 75 ◦ green 97 ◦ blue 12

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

Shades of Verdun Green #4B610C

Tints of Verdun Green #4B610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 40.76%
G = 52.72%
B = 6.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#4B610C (or 0x4B610C) is known color: Verdun Green. HEX triplet: 4B, 61 and 0C. RGB value is (75,97,12). Sum of RGB (Red+Green+Blue) = 75+97+12=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #4B610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B610C is #B49EF3. Grayscale: #515151. Windows color (decimal): -11837172 or 811339. OLE color: 811339.

HSL color Cylindrical-coordinate representation of color #4B610C: hue angle of 75.53º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B610C is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 12 -
CMYK 0.23 0 0.88 0.62
HSL 75.53º 0.78% 0.21% -
HSV(B) 75.53º 0.88% 0.38% -
XYZ 7.24 10.07 1.91 -
YUV 80.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 75 97 12 0.23 0 0.88 0.62 75.53 0.78 0.21
Hex 4B 61 C 17 0 58 3E 4C 4E 15
Octal 113 141 14 27 0 130 76 114 116 25
Binary 1001011 1100001 1100 10111 0 1011000 111110 1001100 1001110 10101

Color Harmonies of #4B610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B610C

Black with #4B610C

Text Example


Text Example

White with #4B610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,97,12); }

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

background-color css

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

 a { background-color: rgb(75,97,12); }

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

border-color css

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

 span { border-color: rgb(75,97,12); }

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