Html Css Color HEX #254139 Burnham

📋 copy color: '#254139'

red 37 ◦ green 65 ◦ blue 57

#254139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnham #254139

Tints of Burnham #254139

RGB

 RED value IS 37 (14.84% from 255) = 23.27%

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 23.27%
G = 40.88%
B = 35.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#254139 (or 0x254139) is known color: Burnham. HEX triplet: 25, 41 and 39. RGB value is (37,65,57). Sum of RGB (Red+Green+Blue) = 37+65+57=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #254139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254139 is #DABEC6. Grayscale: #373737. Windows color (decimal): -14335687 or 3752229. OLE color: 3752229.

HSL color Cylindrical-coordinate representation of color #254139: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #254139 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 57 -
CMYK 0.43 0 0.12 0.75
HSL 162.86º 0.27% 0.2% -
HSV(B) 162.86º 0.43% 0.25% -
XYZ 3.39 4.47 4.55 -
YUV 55.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 37 65 57 0.43 0 0.12 0.75 162.86 0.27 0.2
Hex 25 41 39 2B 0 C 4B A3 1B 14
Octal 45 101 71 53 0 14 113 243 33 24
Binary 100101 1000001 111001 101011 0 1100 1001011 10100011 11011 10100

Color Harmonies of #254139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254139

Black with #254139

Text Example


Text Example

White with #254139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254139; }

 p { color: rgb(37,65,57); }

 H1.HeaderClassName
 {
   color: #254139;
 }
 .AnyTagClassName
 {
   color: #254139;
 }
</style>

background-color css

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

 a { background-color: rgb(37,65,57); }

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

border-color css

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

 span { border-color: rgb(37,65,57); }

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