Html Css Color HEX #4B8334 La Palma

📋 copy color: '#4B8334'

red 75 ◦ green 131 ◦ blue 52

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

Shades of La Palma #4B8334

Tints of La Palma #4B8334

RGB

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

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

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

R = 29.07%
G = 50.78%
B = 20.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#4B8334 (or 0x4B8334) is known color: La Palma. HEX triplet: 4B, 83 and 34. RGB value is (75,131,52). Sum of RGB (Red+Green+Blue) = 75+131+52=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #4B8334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8334 is #B47CCB. Grayscale: #696969. Windows color (decimal): -11828428 or 3441483. OLE color: 3441483.

HSL color Cylindrical-coordinate representation of color #4B8334: hue angle of 102.53º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B8334 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 131 52 -
CMYK 0.43 0 0.60 0.49
HSL 102.53º 0.43% 0.36% -
HSV(B) 102.53º 0.6% 0.51% -
XYZ 11.64 17.98 6.11 -
YUV 105.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 75 131 52 0.43 0 0.60 0.49 102.53 0.43 0.36
Hex 4B 83 34 2B 0 3C 31 67 2B 24
Octal 113 203 64 53 0 74 61 147 53 44
Binary 1001011 10000011 110100 101011 0 111100 110001 1100111 101011 100100

Color Harmonies of #4B8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8334

Black with #4B8334

Text Example


Text Example

White with #4B8334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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