Html Css Color HEX #4BB669 Ocean Green

📋 copy color: '#4BB669'

red 75 ◦ green 182 ◦ blue 105

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

Shades of Ocean Green #4BB669

Tints of Ocean Green #4BB669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.28%

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

R = 20.72%
G = 50.28%
B = 29.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#4BB669 (or 0x4BB669) is known color: Ocean Green. HEX triplet: 4B, B6 and 69. RGB value is (75,182,105). Sum of RGB (Red+Green+Blue) = 75+182+105=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB669 is #B44996. Grayscale: #8D8D8D. Windows color (decimal): -11815319 or 6927947. OLE color: 6927947.

HSL color Cylindrical-coordinate representation of color #4BB669: hue angle of 136.82º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB669 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 182 105 -
CMYK 0.59 0 0.42 0.29
HSL 136.82º 0.42% 0.5% -
HSV(B) 136.82º 0.59% 0.71% -
XYZ 22.18 35.97 19.14 -
YUV 141.23 107.55 80.76 -
System Red Green Blue C M Y K H S L
Decimal 75 182 105 0.59 0 0.42 0.29 136.82 0.42 0.5
Hex 4B B6 69 3B 0 2A 1D 89 2A 32
Octal 113 266 151 73 0 52 35 211 52 62
Binary 1001011 10110110 1101001 111011 0 101010 11101 10001001 101010 110010

Color Harmonies of #4BB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB669

Black with #4BB669

Text Example


Text Example

White with #4BB669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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