#254238

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

Shades of Burnham #254238

Tints of Burnham #254238

Color information

#254238 (or 0x254238) is unknown color: approx Burnham. HEX triplet: 25, 42 and 38. RGB value is (37,66,56). Sum of RGB (Red+Green+Blue) = 37+66+56=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #254238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254238 is #DABDC7. Grayscale: #383838. Windows color (decimal): -14335432 or 3686949. OLE color: 3686949.

HSL color Cylindrical-coordinate representation of color #254238: hue angle of 159.31º 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 #254238 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB376656-
CMYK0.4400.150.74
HSL159.31º28.16%20.2%-
HSV(B)159.31º43.94%25.88%-
XYZ3.424.584.44-
YUV56.19127.89114.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=23.27%
G=41.51%
B=35.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766560.4400.150.74159.3128.1620.2
Hex2542382C0F4A9f1c14
Octal4510270540171122373424
Binary1001011000010111000101100011111001010100111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254238; }

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

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

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

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

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

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

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

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