Html Css Color HEX #254035 Burnham

📋 copy color: '#254035'

red 37 ◦ green 64 ◦ blue 53

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

Shades of Burnham #254035

Tints of Burnham #254035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.42%

R = 24.03%
G = 41.56%
B = 34.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#254035 (or 0x254035) is known color: Burnham. HEX triplet: 25, 40 and 35. RGB value is (37,64,53). Sum of RGB (Red+Green+Blue) = 37+64+53=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #254035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254035 is #DABFCA. Grayscale: #363636. Windows color (decimal): -14335947 or 3489829. OLE color: 3489829.

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

Color convert

RGB 37 64 53 -
CMYK 0.42 0 0.17 0.75
HSL 155.56º 0.27% 0.2% -
HSV(B) 155.56º 0.42% 0.25% -
XYZ 3.24 4.32 4.03 -
YUV 54.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 37 64 53 0.42 0 0.17 0.75 155.56 0.27 0.2
Hex 25 40 35 2A 0 11 4B 9C 1B 14
Octal 45 100 65 52 0 21 113 234 33 24
Binary 100101 1000000 110101 101010 0 10001 1001011 10011100 11011 10100

Color Harmonies of #254035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254035

Black with #254035

Text Example


Text Example

White with #254035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254035; }

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

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

background-color css

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

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

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

border-color css

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

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

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