Html Css Color HEX #254038 Burnham

📋 copy color: '#254038'

red 37 ◦ green 64 ◦ blue 56

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

Shades of Burnham #254038

Tints of Burnham #254038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.76%

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

R = 23.57%
G = 40.76%
B = 35.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#254038 (or 0x254038) is known color: Burnham. HEX triplet: 25, 40 and 38. RGB value is (37,64,56). Sum of RGB (Red+Green+Blue) = 37+64+56=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #254038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254038 is #DABFC7. Grayscale: #373737. Windows color (decimal): -14335944 or 3686437. OLE color: 3686437.

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

Color convert

RGB 37 64 56 -
CMYK 0.42 0 0.13 0.75
HSL 162.22º 0.27% 0.2% -
HSV(B) 162.22º 0.42% 0.25% -
XYZ 3.31 4.35 4.41 -
YUV 55.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 37 64 56 0.42 0 0.13 0.75 162.22 0.27 0.2
Hex 25 40 38 2A 0 D 4B A2 1B 14
Octal 45 100 70 52 0 15 113 242 33 24
Binary 100101 1000000 111000 101010 0 1101 1001011 10100010 11011 10100

Color Harmonies of #254038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254038

Black with #254038

Text Example


Text Example

White with #254038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254038; }

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

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

background-color css

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

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

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

border-color css

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

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

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