#25534B

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

Shades of Evening Sea #25534B

Tints of Evening Sea #25534B

Color information

#25534B (or 0x25534B) is unknown color: approx Evening Sea. HEX triplet: 25, 53 and 4B. RGB value is (37,83,75). Sum of RGB (Red+Green+Blue) = 37+83+75=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #25534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25534B is #DAACB4. Grayscale: #444444. Windows color (decimal): -14331061 or 4936485. OLE color: 4936485.

HSL color Cylindrical-coordinate representation of color #25534B: hue angle of 169.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25534B is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB378375-
CMYK0.5500.100.67
HSL169.57º38.33%23.53%-
HSV(B)169.57º55.42%32.55%-
XYZ5.137.097.75-
YUV68.33131.76105.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=18.97%
G=42.56%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783750.5500.100.67169.5738.3323.53
Hex25534B370A43aa2618
Octal45123113670121032524630
Binary100101101001110010111101110101010000111010101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,83,75); }

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

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

 a { background-color: rgb(37,83,75); }

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

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

 span { border-color: rgb(37,83,75); }

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