Html Css Color HEX #55956B Ocean Green

📋 copy color: '#55956B'

red 85 ◦ green 149 ◦ blue 107

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

Shades of Ocean Green #55956B

Tints of Ocean Green #55956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 24.93%
G = 43.7%
B = 31.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#55956B (or 0x55956B) is known color: Ocean Green. HEX triplet: 55, 95 and 6B. RGB value is (85,149,107). Sum of RGB (Red+Green+Blue) = 85+149+107=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #55956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55956B is #AA6A94. Grayscale: #7D7D7D. Windows color (decimal): -11168405 or 7050581. OLE color: 7050581.

HSL color Cylindrical-coordinate representation of color #55956B: hue angle of 140.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55956B is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 107 -
CMYK 0.43 0 0.28 0.42
HSL 140.63º 0.27% 0.46% -
HSV(B) 140.63º 0.43% 0.58% -
XYZ 17.15 24.49 17.73 -
YUV 125.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 85 149 107 0.43 0 0.28 0.42 140.63 0.27 0.46
Hex 55 95 6B 2B 0 1C 2A 8D 1B 2E
Octal 125 225 153 53 0 34 52 215 33 56
Binary 1010101 10010101 1101011 101011 0 11100 101010 10001101 11011 101110

Color Harmonies of #55956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55956B

Black with #55956B

Text Example


Text Example

White with #55956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55956B; }

 p { color: rgb(85,149,107); }

 H1.HeaderClassName
 {
   color: #55956B;
 }
 .AnyTagClassName
 {
   color: #55956B;
 }
</style>

background-color css

<style>
 a { background-color: #55956B; }

 a { background-color: rgb(85,149,107); }

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

border-color css

<style>
 span { border-color: #55956B; }

 span { border-color: rgb(85,149,107); }

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