Html Css Color HEX #41430F Verdun Green

📋 copy color: '#41430F'

red 65 ◦ green 67 ◦ blue 15

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

Shades of Verdun Green #41430F

Tints of Verdun Green #41430F

RGB

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

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

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

R = 44.22%
G = 45.58%
B = 10.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#41430F (or 0x41430F) is known color: Verdun Green. HEX triplet: 41, 43 and 0F. RGB value is (65,67,15). Sum of RGB (Red+Green+Blue) = 65+67+15=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #41430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41430F is #BEBCF0. Grayscale: #3C3C3C. Windows color (decimal): -12500209 or 1000257. OLE color: 1000257.

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

Color convert

RGB 65 67 15 -
CMYK 0.03 0 0.78 0.74
HSL 62.31º 0.63% 0.16% -
HSV(B) 62.31º 0.78% 0.26% -
XYZ 4.27 5.17 1.23 -
YUV 60.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 65 67 15 0.03 0 0.78 0.74 62.31 0.63 0.16
Hex 41 43 F 3 0 4E 4A 3E 3F 10
Octal 101 103 17 3 0 116 112 76 77 20
Binary 1000001 1000011 1111 11 0 1001110 1001010 111110 111111 10000

Color Harmonies of #41430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41430F

Black with #41430F

Text Example


Text Example

White with #41430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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