Html Css Color HEX #428B3D La Palma

📋 copy color: '#428B3D'

red 66 ◦ green 139 ◦ blue 61

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

Shades of La Palma #428B3D

Tints of La Palma #428B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.26%

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

R = 24.81%
G = 52.26%
B = 22.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#428B3D (or 0x428B3D) is known color: La Palma. HEX triplet: 42, 8B and 3D. RGB value is (66,139,61). Sum of RGB (Red+Green+Blue) = 66+139+61=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #428B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B3D is #BD74C2. Grayscale: #6C6C6C. Windows color (decimal): -12416195 or 4033346. OLE color: 4033346.

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

Color convert

RGB 66 139 61 -
CMYK 0.53 0 0.56 0.45
HSL 116.15º 0.39% 0.39% -
HSV(B) 116.15º 0.56% 0.55% -
XYZ 12.32 19.96 7.62 -
YUV 108.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 66 139 61 0.53 0 0.56 0.45 116.15 0.39 0.39
Hex 42 8B 3D 35 0 38 2D 74 27 27
Octal 102 213 75 65 0 70 55 164 47 47
Binary 1000010 10001011 111101 110101 0 111000 101101 1110100 100111 100111

Color Harmonies of #428B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B3D

Black with #428B3D

Text Example


Text Example

White with #428B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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