Html Css Color HEX #4BA268 Ocean Green

📋 copy color: '#4BA268'

red 75 ◦ green 162 ◦ blue 104

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

Shades of Ocean Green #4BA268

Tints of Ocean Green #4BA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.51%

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 21.99%
G = 47.51%
B = 30.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#4BA268 (or 0x4BA268) is known color: Ocean Green. HEX triplet: 4B, A2 and 68. RGB value is (75,162,104). Sum of RGB (Red+Green+Blue) = 75+162+104=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA268 is #B45D97. Grayscale: #818181. Windows color (decimal): -11820440 or 6857291. OLE color: 6857291.

HSL color Cylindrical-coordinate representation of color #4BA268: hue angle of 140º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA268 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 104 -
CMYK 0.54 0 0.36 0.36
HSL 140º 0.37% 0.46% -
HSV(B) 140º 0.54% 0.64% -
XYZ 18.32 28.34 17.6 -
YUV 129.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 75 162 104 0.54 0 0.36 0.36 140 0.37 0.46
Hex 4B A2 68 36 0 24 24 8C 25 2E
Octal 113 242 150 66 0 44 44 214 45 56
Binary 1001011 10100010 1101000 110110 0 100100 100100 10001100 100101 101110

Color Harmonies of #4BA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA268

Black with #4BA268

Text Example


Text Example

White with #4BA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,104); }

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

background-color css

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

 a { background-color: rgb(75,162,104); }

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

border-color css

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

 span { border-color: rgb(75,162,104); }

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