Html Css Color HEX #41430E Verdun Green

📋 copy color: '#41430E'

red 65 ◦ green 67 ◦ blue 14

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

Shades of Verdun Green #41430E

Tints of Verdun Green #41430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

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

R = 44.52%
G = 45.89%
B = 9.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#41430E (or 0x41430E) is known color: Verdun Green. HEX triplet: 41, 43 and 0E. RGB value is (65,67,14). Sum of RGB (Red+Green+Blue) = 65+67+14=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #41430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41430E is #BEBCF1. Grayscale: #3C3C3C. Windows color (decimal): -12500210 or 934721. OLE color: 934721.

HSL color Cylindrical-coordinate representation of color #41430E: hue angle of 62.26º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41430E is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 14 -
CMYK 0.03 0 0.79 0.74
HSL 62.26º 0.65% 0.16% -
HSV(B) 62.26º 0.79% 0.26% -
XYZ 4.27 5.17 1.19 -
YUV 60.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 65 67 14 0.03 0 0.79 0.74 62.26 0.65 0.16
Hex 41 43 E 3 0 4F 4A 3E 41 10
Octal 101 103 16 3 0 117 112 76 101 20
Binary 1000001 1000011 1110 11 0 1001111 1001010 111110 1000001 10000

Color Harmonies of #41430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41430E

Black with #41430E

Text Example


Text Example

White with #41430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41430E; }

 p { color: rgb(65,67,14); }

 H1.HeaderClassName
 {
   color: #41430E;
 }
 .AnyTagClassName
 {
   color: #41430E;
 }
</style>

background-color css

<style>
 a { background-color: #41430E; }

 a { background-color: rgb(65,67,14); }

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

border-color css

<style>
 span { border-color: #41430E; }

 span { border-color: rgb(65,67,14); }

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