Html Css Color HEX #4CB483 Ocean Green

📋 copy color: '#4CB483'

red 76 ◦ green 180 ◦ blue 131

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

Shades of Ocean Green #4CB483

Tints of Ocean Green #4CB483

RGB

 RED value IS 76 (30.08% from 255) = 19.64%

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

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 19.64%
G = 46.51%
B = 33.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#4CB483 (or 0x4CB483) is known color: Ocean Green. HEX triplet: 4C, B4 and 83. RGB value is (76,180,131). Sum of RGB (Red+Green+Blue) = 76+180+131=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB483 is #B34B7C. Grayscale: #8F8F8F. Windows color (decimal): -11750269 or 8631372. OLE color: 8631372.

HSL color Cylindrical-coordinate representation of color #4CB483: hue angle of 151.73º 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 #4CB483 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 131 -
CMYK 0.58 0 0.27 0.29
HSL 151.73º 0.41% 0.5% -
HSV(B) 151.73º 0.58% 0.71% -
XYZ 23.4 35.82 27.15 -
YUV 143.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 76 180 131 0.58 0 0.27 0.29 151.73 0.41 0.5
Hex 4C B4 83 3A 0 1B 1D 98 29 32
Octal 114 264 203 72 0 33 35 230 51 62
Binary 1001100 10110100 10000011 111010 0 11011 11101 10011000 101001 110010

Color Harmonies of #4CB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB483

Black with #4CB483

Text Example


Text Example

White with #4CB483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,131); }

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

background-color css

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

 a { background-color: rgb(76,180,131); }

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

border-color css

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

 span { border-color: rgb(76,180,131); }

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