Html Css Color HEX #4B971B La Palma

📋 copy color: '#4B971B'

red 75 ◦ green 151 ◦ blue 27

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

Shades of La Palma #4B971B

Tints of La Palma #4B971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 59.68%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 29.64%
G = 59.68%
B = 10.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#4B971B (or 0x4B971B) is known color: La Palma. HEX triplet: 4B, 97 and 1B. RGB value is (75,151,27). Sum of RGB (Red+Green+Blue) = 75+151+27=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 151 (59.38% from 255 or 59.68% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 151 - color contains mainly: green. Hex color #4B971B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B971B is #B468E4. Grayscale: #727272. Windows color (decimal): -11823333 or 1808203. OLE color: 1808203.

HSL color Cylindrical-coordinate representation of color #4B971B: hue angle of 96.77º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B971B is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 151 27 -
CMYK 0.50 0 0.82 0.41
HSL 96.77º 0.7% 0.35% -
HSV(B) 96.77º 0.82% 0.59% -
XYZ 14.17 23.71 4.87 -
YUV 114.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 75 151 27 0.50 0 0.82 0.41 96.77 0.7 0.35
Hex 4B 97 1B 32 0 52 29 61 46 23
Octal 113 227 33 62 0 122 51 141 106 43
Binary 1001011 10010111 11011 110010 0 1010010 101001 1100001 1000110 100011

Color Harmonies of #4B971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B971B

Black with #4B971B

Text Example


Text Example

White with #4B971B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,151,27); }

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

background-color css

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

 a { background-color: rgb(75,151,27); }

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

border-color css

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

 span { border-color: rgb(75,151,27); }

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