Html Css Color HEX #4B680F Verdun Green

📋 copy color: '#4B680F'

red 75 ◦ green 104 ◦ blue 15

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

Shades of Verdun Green #4B680F

Tints of Verdun Green #4B680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.61%

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 38.66%
G = 53.61%
B = 7.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#4B680F (or 0x4B680F) is known color: Verdun Green. HEX triplet: 4B, 68 and 0F. RGB value is (75,104,15). Sum of RGB (Red+Green+Blue) = 75+104+15=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #4B680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B680F is #B497F0. Grayscale: #555555. Windows color (decimal): -11835377 or 1009739. OLE color: 1009739.

HSL color Cylindrical-coordinate representation of color #4B680F: hue angle of 79.55º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B680F is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 104 15 -
CMYK 0.28 0 0.86 0.59
HSL 79.55º 0.75% 0.23% -
HSV(B) 79.55º 0.86% 0.41% -
XYZ 7.94 11.43 2.24 -
YUV 85.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 75 104 15 0.28 0 0.86 0.59 79.55 0.75 0.23
Hex 4B 68 F 1C 0 56 3B 50 4B 17
Octal 113 150 17 34 0 126 73 120 113 27
Binary 1001011 1101000 1111 11100 0 1010110 111011 1010000 1001011 10111

Color Harmonies of #4B680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B680F

Black with #4B680F

Text Example


Text Example

White with #4B680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,104,15); }

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

background-color css

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

 a { background-color: rgb(75,104,15); }

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

border-color css

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

 span { border-color: rgb(75,104,15); }

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