Html Css Color HEX #41440F Verdun Green

📋 copy color: '#41440F'

red 65 ◦ green 68 ◦ blue 15

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

Shades of Verdun Green #41440F

Tints of Verdun Green #41440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.95%

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

R = 43.92%
G = 45.95%
B = 10.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#41440F (or 0x41440F) is known color: Verdun Green. HEX triplet: 41, 44 and 0F. RGB value is (65,68,15). Sum of RGB (Red+Green+Blue) = 65+68+15=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #41440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41440F is #BEBBF0. Grayscale: #3D3D3D. Windows color (decimal): -12499953 or 1000513. OLE color: 1000513.

HSL color Cylindrical-coordinate representation of color #41440F: hue angle of 63.4º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41440F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 15 -
CMYK 0.04 0 0.78 0.73
HSL 63.4º 0.64% 0.16% -
HSV(B) 63.4º 0.78% 0.27% -
XYZ 4.33 5.29 1.25 -
YUV 61.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 65 68 15 0.04 0 0.78 0.73 63.4 0.64 0.16
Hex 41 44 F 4 0 4E 49 3F 40 10
Octal 101 104 17 4 0 116 111 77 100 20
Binary 1000001 1000100 1111 100 0 1001110 1001001 111111 1000000 10000

Color Harmonies of #41440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41440F

Black with #41440F

Text Example


Text Example

White with #41440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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