Html Css Color HEX #42503C Palm Leaf

📋 copy color: '#42503C'

red 66 ◦ green 80 ◦ blue 60

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

Shades of Palm Leaf #42503C

Tints of Palm Leaf #42503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 32.04%
G = 38.83%
B = 29.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#42503C (or 0x42503C) is known color: Palm Leaf. HEX triplet: 42, 50 and 3C. RGB value is (66,80,60). Sum of RGB (Red+Green+Blue) = 66+80+60=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #42503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42503C is #BDAFC3. Grayscale: #494949. Windows color (decimal): -12431300 or 3952706. OLE color: 3952706.

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

Color convert

RGB 66 80 60 -
CMYK 0.17 0 0.25 0.69
HSL 102º 0.14% 0.27% -
HSV(B) 102º 0.25% 0.31% -
XYZ 5.93 7.22 5.36 -
YUV 73.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 66 80 60 0.17 0 0.25 0.69 102 0.14 0.27
Hex 42 50 3C 11 0 19 45 66 E 1B
Octal 102 120 74 21 0 31 105 146 16 33
Binary 1000010 1010000 111100 10001 0 11001 1000101 1100110 1110 11011

Color Harmonies of #42503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42503C

Black with #42503C

Text Example


Text Example

White with #42503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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