#26775F

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

Shades of Deep Sea #26775F

Tints of Deep Sea #26775F

Color information

#26775F (or 0x26775F) is unknown color: approx Deep Sea. HEX triplet: 26, 77 and 5F. RGB value is (38,119,95). Sum of RGB (Red+Green+Blue) = 38+119+95=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #26775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26775F is #D988A0. Grayscale: #5C5C5C. Windows color (decimal): -14256289 or 6256422. OLE color: 6256422.

HSL color Cylindrical-coordinate representation of color #26775F: hue angle of 162.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26775F is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB3811995-
CMYK0.6800.200.53
HSL162.22º51.59%30.78%-
HSV(B)162.22º68.07%46.67%-
XYZ9.4614.4313.11-
YUV92.04129.6689.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=15.08%
G=47.22%
B=37.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119950.6800.200.53162.2251.5930.78
Hex26775F4401435a2341f
Octal46167137104024652426437
Binary1001101110111101111110001000101001101011010001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26775F; }

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

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

<style>
 a { background-color: #26775F; }

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

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

<style>
 span { border-color: #26775F; }

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

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