Html Css Color HEX #254138 Burnham

📋 copy color: '#254138'

red 37 ◦ green 65 ◦ blue 56

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

Shades of Burnham #254138

Tints of Burnham #254138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.44%

R = 23.42%
G = 41.14%
B = 35.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#254138 (or 0x254138) is known color: Burnham. HEX triplet: 25, 41 and 38. RGB value is (37,65,56). Sum of RGB (Red+Green+Blue) = 37+65+56=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #254138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254138 is #DABEC7. Grayscale: #373737. Windows color (decimal): -14335688 or 3686693. OLE color: 3686693.

HSL color Cylindrical-coordinate representation of color #254138: hue angle of 160.71º 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 #254138 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 56 -
CMYK 0.43 0 0.14 0.75
HSL 160.71º 0.27% 0.2% -
HSV(B) 160.71º 0.43% 0.25% -
XYZ 3.37 4.46 4.42 -
YUV 55.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 37 65 56 0.43 0 0.14 0.75 160.71 0.27 0.2
Hex 25 41 38 2B 0 E 4B A1 1B 14
Octal 45 101 70 53 0 16 113 241 33 24
Binary 100101 1000001 111000 101011 0 1110 1001011 10100001 11011 10100

Color Harmonies of #254138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254138

Black with #254138

Text Example


Text Example

White with #254138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254138; }

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

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

background-color css

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

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

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

border-color css

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

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

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