Html Css Color HEX #4BA781 Ocean Green

📋 copy color: '#4BA781'

red 75 ◦ green 167 ◦ blue 129

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

Shades of Ocean Green #4BA781

Tints of Ocean Green #4BA781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 20.22%
G = 45.01%
B = 34.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#4BA781 (or 0x4BA781) is known color: Ocean Green. HEX triplet: 4B, A7 and 81. RGB value is (75,167,129). Sum of RGB (Red+Green+Blue) = 75+167+129=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA781 is #B4587E. Grayscale: #878787. Windows color (decimal): -11819135 or 8496971. OLE color: 8496971.

HSL color Cylindrical-coordinate representation of color #4BA781: hue angle of 155.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA781 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 167 129 -
CMYK 0.55 0 0.23 0.35
HSL 155.22º 0.38% 0.47% -
HSV(B) 155.22º 0.55% 0.65% -
XYZ 20.68 30.72 25.61 -
YUV 135.16 124.52 85.09 -
System Red Green Blue C M Y K H S L
Decimal 75 167 129 0.55 0 0.23 0.35 155.22 0.38 0.47
Hex 4B A7 81 37 0 17 23 9B 26 2F
Octal 113 247 201 67 0 27 43 233 46 57
Binary 1001011 10100111 10000001 110111 0 10111 100011 10011011 100110 101111

Color Harmonies of #4BA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA781

Black with #4BA781

Text Example


Text Example

White with #4BA781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,167,129); }

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

background-color css

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

 a { background-color: rgb(75,167,129); }

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

border-color css

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

 span { border-color: rgb(75,167,129); }

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