#267052

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

Shades of Evening Sea #267052

Tints of Evening Sea #267052

Color information

#267052 (or 0x267052) is unknown color: approx Evening Sea. HEX triplet: 26, 70 and 52. RGB value is (38,112,82). Sum of RGB (Red+Green+Blue) = 38+112+82=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #267052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267052 is #D98FAD. Grayscale: #565656. Windows color (decimal): -14258094 or 5402662. OLE color: 5402662.

HSL color Cylindrical-coordinate representation of color #267052: hue angle of 155.68º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #267052 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB3811282-
CMYK0.6600.270.56
HSL155.68º49.33%29.41%-
HSV(B)155.68º66.07%43.92%-
XYZ8.1212.619.99-
YUV86.45125.4893.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=16.38%
G=48.28%
B=35.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112820.6600.270.56155.6849.3329.41
Hex2670524201B389c311d
Octal46160122102033702346135
Binary1001101110000101001010000100110111110001001110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267052; }

 p { color: rgb(38,112,82); }

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

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

 a { background-color: rgb(38,112,82); }

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

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

 span { border-color: rgb(38,112,82); }

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