Html Css Color HEX #41580F Verdun Green

📋 copy color: '#41580F'

red 65 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #41580F

Tints of Verdun Green #41580F

RGB

 RED value IS 65 (25.78% from 255) = 38.69%

 GREEN value IS 88 (34.77% from 255) = 52.38%

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

R = 38.69%
G = 52.38%
B = 8.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#41580F (or 0x41580F) is known color: Verdun Green. HEX triplet: 41, 58 and 0F. RGB value is (65,88,15). Sum of RGB (Red+Green+Blue) = 65+88+15=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #41580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41580F is #BEA7F0. Grayscale: #494949. Windows color (decimal): -12494833 or 1005633. OLE color: 1005633.

HSL color Cylindrical-coordinate representation of color #41580F: hue angle of 78.9º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41580F is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 15 -
CMYK 0.26 0 0.83 0.65
HSL 78.9º 0.71% 0.2% -
HSV(B) 78.9º 0.83% 0.35% -
XYZ 5.76 8.14 1.72 -
YUV 72.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 65 88 15 0.26 0 0.83 0.65 78.9 0.71 0.2
Hex 41 58 F 1A 0 53 41 4F 47 14
Octal 101 130 17 32 0 123 101 117 107 24
Binary 1000001 1011000 1111 11010 0 1010011 1000001 1001111 1000111 10100

Color Harmonies of #41580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41580F

Black with #41580F

Text Example


Text Example

White with #41580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41580F; }

 p { color: rgb(65,88,15); }

 H1.HeaderClassName
 {
   color: #41580F;
 }
 .AnyTagClassName
 {
   color: #41580F;
 }
</style>

background-color css

<style>
 a { background-color: #41580F; }

 a { background-color: rgb(65,88,15); }

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

border-color css

<style>
 span { border-color: #41580F; }

 span { border-color: rgb(65,88,15); }

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