Html Css Color HEX #4BB463 Ocean Green

📋 copy color: '#4BB463'

red 75 ◦ green 180 ◦ blue 99

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

Shades of Ocean Green #4BB463

Tints of Ocean Green #4BB463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 21.19%
G = 50.85%
B = 27.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#4BB463 (or 0x4BB463) is known color: Ocean Green. HEX triplet: 4B, B4 and 63. RGB value is (75,180,99). Sum of RGB (Red+Green+Blue) = 75+180+99=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB463 is #B44B9C. Grayscale: #8B8B8B. Windows color (decimal): -11815837 or 6534219. OLE color: 6534219.

HSL color Cylindrical-coordinate representation of color #4BB463: hue angle of 133.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB463 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 99 -
CMYK 0.58 0 0.45 0.29
HSL 133.71º 0.41% 0.5% -
HSV(B) 133.71º 0.58% 0.71% -
XYZ 21.48 35.04 17.44 -
YUV 139.37 105.21 82.09 -
System Red Green Blue C M Y K H S L
Decimal 75 180 99 0.58 0 0.45 0.29 133.71 0.41 0.5
Hex 4B B4 63 3A 0 2D 1D 86 29 32
Octal 113 264 143 72 0 55 35 206 51 62
Binary 1001011 10110100 1100011 111010 0 101101 11101 10000110 101001 110010

Color Harmonies of #4BB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB463

Black with #4BB463

Text Example


Text Example

White with #4BB463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,180,99); }

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

background-color css

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

 a { background-color: rgb(75,180,99); }

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

border-color css

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

 span { border-color: rgb(75,180,99); }

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