Html Css Color HEX #254235 Burnham

📋 copy color: '#254235'

red 37 ◦ green 66 ◦ blue 53

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

Shades of Burnham #254235

Tints of Burnham #254235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 23.72%
G = 42.31%
B = 33.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#254235 (or 0x254235) is known color: Burnham. HEX triplet: 25, 42 and 35. RGB value is (37,66,53). Sum of RGB (Red+Green+Blue) = 37+66+53=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #254235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254235 is #DABDCA. Grayscale: #373737. Windows color (decimal): -14335435 or 3490341. OLE color: 3490341.

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

Color convert

RGB 37 66 53 -
CMYK 0.44 0 0.20 0.74
HSL 153.1º 0.28% 0.2% -
HSV(B) 153.1º 0.44% 0.26% -
XYZ 3.35 4.55 4.07 -
YUV 55.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 37 66 53 0.44 0 0.20 0.74 153.1 0.28 0.2
Hex 25 42 35 2C 0 14 4A 99 1C 14
Octal 45 102 65 54 0 24 112 231 34 24
Binary 100101 1000010 110101 101100 0 10100 1001010 10011001 11100 10100

Color Harmonies of #254235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254235

Black with #254235

Text Example


Text Example

White with #254235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254235; }

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

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

background-color css

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

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

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

border-color css

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

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

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