Html Css Color HEX #4BA669 Ocean Green

📋 copy color: '#4BA669'

red 75 ◦ green 166 ◦ blue 105

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

Shades of Ocean Green #4BA669

Tints of Ocean Green #4BA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 21.68%
G = 47.98%
B = 30.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#4BA669 (or 0x4BA669) is known color: Ocean Green. HEX triplet: 4B, A6 and 69. RGB value is (75,166,105). Sum of RGB (Red+Green+Blue) = 75+166+105=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA669 is #B45996. Grayscale: #838383. Windows color (decimal): -11819415 or 6923851. OLE color: 6923851.

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

Color convert

RGB 75 166 105 -
CMYK 0.55 0 0.37 0.35
HSL 139.78º 0.38% 0.47% -
HSV(B) 139.78º 0.55% 0.65% -
XYZ 19.09 29.79 18.11 -
YUV 131.84 112.85 87.46 -
System Red Green Blue C M Y K H S L
Decimal 75 166 105 0.55 0 0.37 0.35 139.78 0.38 0.47
Hex 4B A6 69 37 0 25 23 8C 26 2F
Octal 113 246 151 67 0 45 43 214 46 57
Binary 1001011 10100110 1101001 110111 0 100101 100011 10001100 100110 101111

Color Harmonies of #4BA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA669

Black with #4BA669

Text Example


Text Example

White with #4BA669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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