Html Css Color HEX #428A3D La Palma

📋 copy color: '#428A3D'

red 66 ◦ green 138 ◦ blue 61

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

Shades of La Palma #428A3D

Tints of La Palma #428A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.08%

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

R = 24.91%
G = 52.08%
B = 23.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#428A3D (or 0x428A3D) is known color: La Palma. HEX triplet: 42, 8A and 3D. RGB value is (66,138,61). Sum of RGB (Red+Green+Blue) = 66+138+61=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #428A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428A3D is #BD75C2. Grayscale: #6B6B6B. Windows color (decimal): -12416451 or 4033090. OLE color: 4033090.

HSL color Cylindrical-coordinate representation of color #428A3D: hue angle of 116.1º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428A3D is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 61 -
CMYK 0.52 0 0.56 0.46
HSL 116.1º 0.39% 0.39% -
HSV(B) 116.1º 0.56% 0.54% -
XYZ 12.18 19.67 7.57 -
YUV 107.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 66 138 61 0.52 0 0.56 0.46 116.1 0.39 0.39
Hex 42 8A 3D 34 0 38 2E 74 27 27
Octal 102 212 75 64 0 70 56 164 47 47
Binary 1000010 10001010 111101 110100 0 111000 101110 1110100 100111 100111

Color Harmonies of #428A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A3D

Black with #428A3D

Text Example


Text Example

White with #428A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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