Html Css Color HEX #4BAB73 Ocean Green

📋 copy color: '#4BAB73'

red 75 ◦ green 171 ◦ blue 115

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

Shades of Ocean Green #4BAB73

Tints of Ocean Green #4BAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 20.78%
G = 47.37%
B = 31.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#4BAB73 (or 0x4BAB73) is known color: Ocean Green. HEX triplet: 4B, AB and 73. RGB value is (75,171,115). Sum of RGB (Red+Green+Blue) = 75+171+115=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAB73 is #B4548C. Grayscale: #888888. Windows color (decimal): -11818125 or 7580491. OLE color: 7580491.

HSL color Cylindrical-coordinate representation of color #4BAB73: hue angle of 145º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB73 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 115 -
CMYK 0.56 0 0.33 0.33
HSL 145º 0.39% 0.48% -
HSV(B) 145º 0.56% 0.67% -
XYZ 20.56 31.86 21.29 -
YUV 135.91 116.2 84.55 -
System Red Green Blue C M Y K H S L
Decimal 75 171 115 0.56 0 0.33 0.33 145 0.39 0.48
Hex 4B AB 73 38 0 21 21 91 27 30
Octal 113 253 163 70 0 41 41 221 47 60
Binary 1001011 10101011 1110011 111000 0 100001 100001 10010001 100111 110000

Color Harmonies of #4BAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB73

Black with #4BAB73

Text Example


Text Example

White with #4BAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,115); }

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

background-color css

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

 a { background-color: rgb(75,171,115); }

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

border-color css

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

 span { border-color: rgb(75,171,115); }

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