Html Css Color HEX #42503D Palm Leaf

📋 copy color: '#42503D'

red 66 ◦ green 80 ◦ blue 61

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

Shades of Palm Leaf #42503D

Tints of Palm Leaf #42503D

RGB

 RED value IS 66 (26.17% from 255) = 31.88%

 GREEN value IS 80 (31.64% from 255) = 38.65%

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 31.88%
G = 38.65%
B = 29.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#42503D (or 0x42503D) is known color: Palm Leaf. HEX triplet: 42, 50 and 3D. RGB value is (66,80,61). Sum of RGB (Red+Green+Blue) = 66+80+61=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #42503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42503D is #BDAFC2. Grayscale: #494949. Windows color (decimal): -12431299 or 4018242. OLE color: 4018242.

HSL color Cylindrical-coordinate representation of color #42503D: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42503D is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 61 -
CMYK 0.17 0 0.24 0.69
HSL 104.21º 0.13% 0.28% -
HSV(B) 104.21º 0.24% 0.31% -
XYZ 5.96 7.23 5.5 -
YUV 73.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 66 80 61 0.17 0 0.24 0.69 104.21 0.13 0.28
Hex 42 50 3D 11 0 18 45 68 D 1C
Octal 102 120 75 21 0 30 105 150 15 34
Binary 1000010 1010000 111101 10001 0 11000 1000101 1101000 1101 11100

Color Harmonies of #42503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42503D

Black with #42503D

Text Example


Text Example

White with #42503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,80,61); }

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

background-color css

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

 a { background-color: rgb(66,80,61); }

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

border-color css

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

 span { border-color: rgb(66,80,61); }

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