Html Css Color HEX #41430D Verdun Green

📋 copy color: '#41430D'

red 65 ◦ green 67 ◦ blue 13

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

Shades of Verdun Green #41430D

Tints of Verdun Green #41430D

RGB

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

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

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

R = 44.83%
G = 46.21%
B = 8.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#41430D (or 0x41430D) is known color: Verdun Green. HEX triplet: 41, 43 and 0D. RGB value is (65,67,13). Sum of RGB (Red+Green+Blue) = 65+67+13=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #41430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41430D is #BEBCF2. Grayscale: #3C3C3C. Windows color (decimal): -12500211 or 869185. OLE color: 869185.

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

Color convert

RGB 65 67 13 -
CMYK 0.03 0 0.81 0.74
HSL 62.22º 0.68% 0.16% -
HSV(B) 62.22º 0.81% 0.26% -
XYZ 4.26 5.17 1.15 -
YUV 60.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 65 67 13 0.03 0 0.81 0.74 62.22 0.68 0.16
Hex 41 43 D 3 0 51 4A 3E 44 10
Octal 101 103 15 3 0 121 112 76 104 20
Binary 1000001 1000011 1101 11 0 1010001 1001010 111110 1000100 10000

Color Harmonies of #41430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41430D

Black with #41430D

Text Example


Text Example

White with #41430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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