Html Css Color HEX #4B690E Verdun Green

📋 copy color: '#4B690E'

red 75 ◦ green 105 ◦ blue 14

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

Shades of Verdun Green #4B690E

Tints of Verdun Green #4B690E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 38.66%
G = 54.12%
B = 7.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#4B690E (or 0x4B690E) is known color: Verdun Green. HEX triplet: 4B, 69 and 0E. RGB value is (75,105,14). Sum of RGB (Red+Green+Blue) = 75+105+14=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #4B690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B690E is #B496F1. Grayscale: #555555. Windows color (decimal): -11835122 or 944459. OLE color: 944459.

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

Color convert

RGB 75 105 14 -
CMYK 0.29 0 0.87 0.59
HSL 79.78º 0.76% 0.23% -
HSV(B) 79.78º 0.87% 0.41% -
XYZ 8.03 11.63 2.24 -
YUV 85.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 75 105 14 0.29 0 0.87 0.59 79.78 0.76 0.23
Hex 4B 69 E 1D 0 57 3B 50 4C 17
Octal 113 151 16 35 0 127 73 120 114 27
Binary 1001011 1101001 1110 11101 0 1010111 111011 1010000 1001100 10111

Color Harmonies of #4B690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B690E

Black with #4B690E

Text Example


Text Example

White with #4B690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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