Html Css Color HEX #45620D Verdun Green

📋 copy color: '#45620D'

red 69 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #45620D

Tints of Verdun Green #45620D

RGB

 RED value IS 69 (27.34% from 255) = 38.33%

 GREEN value IS 98 (38.67% from 255) = 54.44%

 BLUE value IS 13 (5.47% from 255) = 7.22%

R = 38.33%
G = 54.44%
B = 7.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#45620D (or 0x45620D) is known color: Verdun Green. HEX triplet: 45, 62 and 0D. RGB value is (69,98,13). Sum of RGB (Red+Green+Blue) = 69+98+13=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #45620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45620D is #BA9DF2. Grayscale: #4F4F4F. Windows color (decimal): -12230131 or 877125. OLE color: 877125.

HSL color Cylindrical-coordinate representation of color #45620D: hue angle of 80.47º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45620D is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 98 13 -
CMYK 0.30 0 0.87 0.62
HSL 80.47º 0.77% 0.22% -
HSV(B) 80.47º 0.87% 0.38% -
XYZ 6.89 10.03 1.95 -
YUV 79.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 69 98 13 0.30 0 0.87 0.62 80.47 0.77 0.22
Hex 45 62 D 1E 0 57 3E 50 4D 16
Octal 105 142 15 36 0 127 76 120 115 26
Binary 1000101 1100010 1101 11110 0 1010111 111110 1010000 1001101 10110

Color Harmonies of #45620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45620D

Black with #45620D

Text Example


Text Example

White with #45620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45620D; }

 p { color: rgb(69,98,13); }

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

background-color css

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

 a { background-color: rgb(69,98,13); }

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

border-color css

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

 span { border-color: rgb(69,98,13); }

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