#1B775F

Color #1B775F Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1B775F

Tints of Deep Sea #1B775F

Color information

#1B775F (or 0x1B775F) is unknown color: approx Deep Sea. HEX triplet: 1B, 77 and 5F. RGB value is (27,119,95). Sum of RGB (Red+Green+Blue) = 27+119+95=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #1B775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B775F is #E488A0. Grayscale: #585858. Windows color (decimal): -14977185 or 6256411. OLE color: 6256411.

HSL color Cylindrical-coordinate representation of color #1B775F: hue angle of 164.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B775F is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB2711995-
CMYK0.7700.200.53
HSL164.35º63.01%28.63%-
HSV(B)164.35º77.31%46.67%-
XYZ9.1114.2513.1-
YUV88.76131.5283.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.20%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=11.20%
G=49.38%
B=39.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119950.7700.200.53164.3563.0128.63
Hex1B775F4D01435a43f1d
Octal33167137115024652447735
Binary110111110111101111110011010101001101011010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B775F; }

 p { color: rgb(27,119,95); }

 H1.HeaderClassName
 {
   color: #1B775F;
 }
 .AnyTagClassName
 {
   color: #1B775F;
 }
</style>
background-color css

<style>
 a { background-color: #1B775F; }

 a { background-color: rgb(27,119,95); }

 div.DivClassName
 {
   background-color: #1B775F;
 }
 .BgClassName
 {
   background-color: #1B775F;
 }
</style>
border-color css

<style>
 span { border-color: #1B775F; }

 span { border-color: rgb(27,119,95); }

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