Html Css Color HEX #55A267 Ocean Green

📋 copy color: '#55A267'

red 85 ◦ green 162 ◦ blue 103

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

Shades of Ocean Green #55A267

Tints of Ocean Green #55A267

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

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

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 24.29%
G = 46.29%
B = 29.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#55A267 (or 0x55A267) is known color: Ocean Green. HEX triplet: 55, A2 and 67. RGB value is (85,162,103). Sum of RGB (Red+Green+Blue) = 85+162+103=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #55A267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A267 is #AA5D98. Grayscale: #848484. Windows color (decimal): -11165081 or 6791765. OLE color: 6791765.

HSL color Cylindrical-coordinate representation of color #55A267: hue angle of 134.03º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A267 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 103 -
CMYK 0.48 0 0.36 0.36
HSL 134.03º 0.31% 0.48% -
HSV(B) 134.03º 0.48% 0.64% -
XYZ 19.11 28.75 17.37 -
YUV 132.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 85 162 103 0.48 0 0.36 0.36 134.03 0.31 0.48
Hex 55 A2 67 30 0 24 24 86 1F 30
Octal 125 242 147 60 0 44 44 206 37 60
Binary 1010101 10100010 1100111 110000 0 100100 100100 10000110 11111 110000

Color Harmonies of #55A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A267

Black with #55A267

Text Example


Text Example

White with #55A267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A267; }

 p { color: rgb(85,162,103); }

 H1.HeaderClassName
 {
   color: #55A267;
 }
 .AnyTagClassName
 {
   color: #55A267;
 }
</style>

background-color css

<style>
 a { background-color: #55A267; }

 a { background-color: rgb(85,162,103); }

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

border-color css

<style>
 span { border-color: #55A267; }

 span { border-color: rgb(85,162,103); }

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