Html Css Color HEX #4B9B34 La Palma

📋 copy color: '#4B9B34'

red 75 ◦ green 155 ◦ blue 52

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

Shades of La Palma #4B9B34

Tints of La Palma #4B9B34

RGB

 RED value IS 75 (29.69% from 255) = 26.6%

 GREEN value IS 155 (60.94% from 255) = 54.96%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 26.6%
G = 54.96%
B = 18.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#4B9B34 (or 0x4B9B34) is known color: La Palma. HEX triplet: 4B, 9B and 34. RGB value is (75,155,52). Sum of RGB (Red+Green+Blue) = 75+155+52=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9B34 is #B464CB. Grayscale: #777777. Windows color (decimal): -11822284 or 3447627. OLE color: 3447627.

HSL color Cylindrical-coordinate representation of color #4B9B34: hue angle of 106.6º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B9B34 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 155 52 -
CMYK 0.52 0 0.66 0.39
HSL 106.6º 0.5% 0.41% -
HSV(B) 106.6º 0.66% 0.61% -
XYZ 15.24 25.19 7.31 -
YUV 119.34 90 96.38 -
System Red Green Blue C M Y K H S L
Decimal 75 155 52 0.52 0 0.66 0.39 106.6 0.5 0.41
Hex 4B 9B 34 34 0 42 27 6B 32 29
Octal 113 233 64 64 0 102 47 153 62 51
Binary 1001011 10011011 110100 110100 0 1000010 100111 1101011 110010 101001

Color Harmonies of #4B9B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B34

Black with #4B9B34

Text Example


Text Example

White with #4B9B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B9B34; }

 p { color: rgb(75,155,52); }

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

background-color css

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

 a { background-color: rgb(75,155,52); }

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

border-color css

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

 span { border-color: rgb(75,155,52); }

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