Html Css Color HEX #42A323 La Palma

📋 copy color: '#42A323'

red 66 ◦ green 163 ◦ blue 35

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

Shades of La Palma #42A323

Tints of La Palma #42A323

RGB

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

 GREEN value IS 163 (64.06% from 255) = 61.74%

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 25%
G = 61.74%
B = 13.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#42A323 (or 0x42A323) is known color: La Palma. HEX triplet: 42, A3 and 23. RGB value is (66,163,35). Sum of RGB (Red+Green+Blue) = 66+163+35=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #42A323 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A323 is #BD5CDC. Grayscale: #777777. Windows color (decimal): -12410077 or 2335554. OLE color: 2335554.

HSL color Cylindrical-coordinate representation of color #42A323: hue angle of 105.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42A323 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 35 -
CMYK 0.60 0 0.79 0.36
HSL 105.47º 0.65% 0.39% -
HSV(B) 105.47º 0.79% 0.64% -
XYZ 15.65 27.47 6.07 -
YUV 119.41 80.36 89.91 -
System Red Green Blue C M Y K H S L
Decimal 66 163 35 0.60 0 0.79 0.36 105.47 0.65 0.39
Hex 42 A3 23 3C 0 4F 24 69 41 27
Octal 102 243 43 74 0 117 44 151 101 47
Binary 1000010 10100011 100011 111100 0 1001111 100100 1101001 1000001 100111

Color Harmonies of #42A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A323

Black with #42A323

Text Example


Text Example

White with #42A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A323; }

 p { color: rgb(66,163,35); }

 H1.HeaderClassName
 {
   color: #42A323;
 }
 .AnyTagClassName
 {
   color: #42A323;
 }
</style>

background-color css

<style>
 a { background-color: #42A323; }

 a { background-color: rgb(66,163,35); }

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

border-color css

<style>
 span { border-color: #42A323; }

 span { border-color: rgb(66,163,35); }

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