Html Css Color HEX #42913D La Palma

📋 copy color: '#42913D'

red 66 ◦ green 145 ◦ blue 61

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

Shades of La Palma #42913D

Tints of La Palma #42913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

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

R = 24.26%
G = 53.31%
B = 22.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#42913D (or 0x42913D) is known color: La Palma. HEX triplet: 42, 91 and 3D. RGB value is (66,145,61). Sum of RGB (Red+Green+Blue) = 66+145+61=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #42913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42913D is #BD6EC2. Grayscale: #707070. Windows color (decimal): -12414659 or 4034882. OLE color: 4034882.

HSL color Cylindrical-coordinate representation of color #42913D: hue angle of 116.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42913D is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 61 -
CMYK 0.54 0 0.58 0.43
HSL 116.43º 0.41% 0.4% -
HSV(B) 116.43º 0.58% 0.57% -
XYZ 13.21 21.75 7.92 -
YUV 111.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 66 145 61 0.54 0 0.58 0.43 116.43 0.41 0.4
Hex 42 91 3D 36 0 3A 2B 74 29 28
Octal 102 221 75 66 0 72 53 164 51 50
Binary 1000010 10010001 111101 110110 0 111010 101011 1110100 101001 101000

Color Harmonies of #42913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42913D

Black with #42913D

Text Example


Text Example

White with #42913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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