Html Css Color HEX #4BA67F Ocean Green

📋 copy color: '#4BA67F'

red 75 ◦ green 166 ◦ blue 127

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

Shades of Ocean Green #4BA67F

Tints of Ocean Green #4BA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 20.38%
G = 45.11%
B = 34.51%

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

#4BA67F (or 0x4BA67F) is known color: Ocean Green. HEX triplet: 4B, A6 and 7F. RGB value is (75,166,127). Sum of RGB (Red+Green+Blue) = 75+166+127=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA67F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA67F is #B45980. Grayscale: #868686. Windows color (decimal): -11819393 or 8365643. OLE color: 8365643.

HSL color Cylindrical-coordinate representation of color #4BA67F: hue angle of 154.29º 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 #4BA67F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 166 127 -
CMYK 0.55 0 0.23 0.35
HSL 154.29º 0.38% 0.47% -
HSV(B) 154.29º 0.55% 0.65% -
XYZ 20.37 30.3 24.85 -
YUV 134.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 75 166 127 0.55 0 0.23 0.35 154.29 0.38 0.47
Hex 4B A6 7F 37 0 17 23 9A 26 2F
Octal 113 246 177 67 0 27 43 232 46 57
Binary 1001011 10100110 1111111 110111 0 10111 100011 10011010 100110 101111

Color Harmonies of #4BA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA67F

Black with #4BA67F

Text Example


Text Example

White with #4BA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,166,127); }

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

background-color css

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

 a { background-color: rgb(75,166,127); }

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

border-color css

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

 span { border-color: rgb(75,166,127); }

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