Html Css Color HEX #42852E La Palma

📋 copy color: '#42852E'

red 66 ◦ green 133 ◦ blue 46

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

Shades of La Palma #42852E

Tints of La Palma #42852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 26.94%
G = 54.29%
B = 18.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#42852E (or 0x42852E) is known color: La Palma. HEX triplet: 42, 85 and 2E. RGB value is (66,133,46). Sum of RGB (Red+Green+Blue) = 66+133+46=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #42852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42852E is #BD7AD1. Grayscale: #676767. Windows color (decimal): -12417746 or 3048770. OLE color: 3048770.

HSL color Cylindrical-coordinate representation of color #42852E: hue angle of 106.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42852E is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 46 -
CMYK 0.50 0 0.65 0.48
HSL 106.21º 0.49% 0.35% -
HSV(B) 106.21º 0.65% 0.52% -
XYZ 11.13 18.13 5.5 -
YUV 103.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 66 133 46 0.50 0 0.65 0.48 106.21 0.49 0.35
Hex 42 85 2E 32 0 41 30 6A 31 23
Octal 102 205 56 62 0 101 60 152 61 43
Binary 1000010 10000101 101110 110010 0 1000001 110000 1101010 110001 100011

Color Harmonies of #42852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42852E

Black with #42852E

Text Example


Text Example

White with #42852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42852E; }

 p { color: rgb(66,133,46); }

 H1.HeaderClassName
 {
   color: #42852E;
 }
 .AnyTagClassName
 {
   color: #42852E;
 }
</style>

background-color css

<style>
 a { background-color: #42852E; }

 a { background-color: rgb(66,133,46); }

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

border-color css

<style>
 span { border-color: #42852E; }

 span { border-color: rgb(66,133,46); }

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