Html Css Color HEX #428338 La Palma

📋 copy color: '#428338'

red 66 ◦ green 131 ◦ blue 56

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

Shades of La Palma #428338

Tints of La Palma #428338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 26.09%
G = 51.78%
B = 22.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#428338 (or 0x428338) is known color: La Palma. HEX triplet: 42, 83 and 38. RGB value is (66,131,56). Sum of RGB (Red+Green+Blue) = 66+131+56=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #428338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428338 is #BD7CC7. Grayscale: #676767. Windows color (decimal): -12418248 or 3703618. OLE color: 3703618.

HSL color Cylindrical-coordinate representation of color #428338: hue angle of 112º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428338 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 56 -
CMYK 0.50 0 0.57 0.49
HSL 112º 0.4% 0.37% -
HSV(B) 112º 0.57% 0.51% -
XYZ 11.08 17.68 6.57 -
YUV 103.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 66 131 56 0.50 0 0.57 0.49 112 0.4 0.37
Hex 42 83 38 32 0 39 31 70 28 25
Octal 102 203 70 62 0 71 61 160 50 45
Binary 1000010 10000011 111000 110010 0 111001 110001 1110000 101000 100101

Color Harmonies of #428338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428338

Black with #428338

Text Example


Text Example

White with #428338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428338; }

 p { color: rgb(66,131,56); }

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

background-color css

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

 a { background-color: rgb(66,131,56); }

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

border-color css

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

 span { border-color: rgb(66,131,56); }

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