Html Css Color HEX #413E02 Madras

📋 copy color: '#413E02'

red 65 ◦ green 62 ◦ blue 2

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

Shades of Madras #413E02

Tints of Madras #413E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 48.06%

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 50.39%
G = 48.06%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413E02 (or 0x413E02) is known color: Madras. HEX triplet: 41, 3E and 02. RGB value is (65,62,2). Sum of RGB (Red+Green+Blue) = 65+62+2=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E02 is #BEC1FD. Grayscale: #383838. Windows color (decimal): -12501502 or 147009. OLE color: 147009.

HSL color Cylindrical-coordinate representation of color #413E02: hue angle of 57.14º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #413E02 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 2 -
CMYK 0 0.05 0.97 0.75
HSL 57.14º 0.94% 0.13% -
HSV(B) 57.14º 0.97% 0.25% -
XYZ 3.91 4.57 0.73 -
YUV 56.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 65 62 2 0 0.05 0.97 0.75 57.14 0.94 0.13
Hex 41 3E 2 0 5 61 4B 39 5E D
Octal 101 76 2 0 5 141 113 71 136 15
Binary 1000001 111110 10 0 101 1100001 1001011 111001 1011110 1101

Color Harmonies of #413E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E02

Black with #413E02

Text Example


Text Example

White with #413E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E02; }

 p { color: rgb(65,62,2); }

 H1.HeaderClassName
 {
   color: #413E02;
 }
 .AnyTagClassName
 {
   color: #413E02;
 }
</style>

background-color css

<style>
 a { background-color: #413E02; }

 a { background-color: rgb(65,62,2); }

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

border-color css

<style>
 span { border-color: #413E02; }

 span { border-color: rgb(65,62,2); }

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