Html Css Color HEX #414B3E Palm Leaf

📋 copy color: '#414B3E'

red 65 ◦ green 75 ◦ blue 62

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

Shades of Palm Leaf #414B3E

Tints of Palm Leaf #414B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 62 (24.61% from 255) = 30.69%

R = 32.18%
G = 37.13%
B = 30.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#414B3E (or 0x414B3E) is known color: Palm Leaf. HEX triplet: 41, 4B and 3E. RGB value is (65,75,62). Sum of RGB (Red+Green+Blue) = 65+75+62=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 75 - color contains mainly: green. Hex color #414B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B3E is #BEB4C1. Grayscale: #464646. Windows color (decimal): -12498114 or 4082497. OLE color: 4082497.

HSL color Cylindrical-coordinate representation of color #414B3E: hue angle of 106.15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414B3E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 75 62 -
CMYK 0.13 0 0.17 0.71
HSL 106.15º 0.09% 0.27% -
HSV(B) 106.15º 0.17% 0.29% -
XYZ 5.57 6.5 5.52 -
YUV 70.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 65 75 62 0.13 0 0.17 0.71 106.15 0.09 0.27
Hex 41 4B 3E D 0 11 47 6A 9 1B
Octal 101 113 76 15 0 21 107 152 11 33
Binary 1000001 1001011 111110 1101 0 10001 1000111 1101010 1001 11011

Color Harmonies of #414B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B3E

Black with #414B3E

Text Example


Text Example

White with #414B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B3E; }

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

 H1.HeaderClassName
 {
   color: #414B3E;
 }
 .AnyTagClassName
 {
   color: #414B3E;
 }
</style>

background-color css

<style>
 a { background-color: #414B3E; }

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

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

border-color css

<style>
 span { border-color: #414B3E; }

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

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