#25423A

Color #25423A Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #25423A

Tints of Burnham #25423A

Color information

#25423A (or 0x25423A) is unknown color: approx Burnham. HEX triplet: 25, 42 and 3A. RGB value is (37,66,58). Sum of RGB (Red+Green+Blue) = 37+66+58=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #25423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25423A is #DABDC5. Grayscale: #383838. Windows color (decimal): -14335430 or 3818021. OLE color: 3818021.

HSL color Cylindrical-coordinate representation of color #25423A: hue angle of 163.45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25423A is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB376658-
CMYK0.4400.120.74
HSL163.45º28.16%20.2%-
HSV(B)163.45º43.94%25.88%-
XYZ3.474.64.71-
YUV56.42128.89114.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=22.98%
G=40.99%
B=36.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766580.4400.120.74163.4528.1620.2
Hex25423A2C0C4Aa31c14
Octal4510272540141122433424
Binary1001011000010111010101100011001001010101000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25423A; }

 p { color: rgb(37,66,58); }

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

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

 a { background-color: rgb(37,66,58); }

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

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

 span { border-color: rgb(37,66,58); }

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