Html Css Color HEX #254238 Burnham

📋 copy color: '#254238'

red 37 ◦ green 66 ◦ blue 56

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

Shades of Burnham #254238

Tints of Burnham #254238

RGB

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

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

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

R = 23.27%
G = 41.51%
B = 35.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#254238 (or 0x254238) is known color: Burnham. HEX triplet: 25, 42 and 38. RGB value is (37,66,56). Sum of RGB (Red+Green+Blue) = 37+66+56=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #254238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254238 is #DABDC7. Grayscale: #383838. Windows color (decimal): -14335432 or 3686949. OLE color: 3686949.

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

Color convert

RGB 37 66 56 -
CMYK 0.44 0 0.15 0.74
HSL 159.31º 0.28% 0.2% -
HSV(B) 159.31º 0.44% 0.26% -
XYZ 3.42 4.58 4.44 -
YUV 56.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 37 66 56 0.44 0 0.15 0.74 159.31 0.28 0.2
Hex 25 42 38 2C 0 F 4A 9F 1C 14
Octal 45 102 70 54 0 17 112 237 34 24
Binary 100101 1000010 111000 101100 0 1111 1001010 10011111 11100 10100

Color Harmonies of #254238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254238

Black with #254238

Text Example


Text Example

White with #254238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254238; }

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

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

background-color css

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

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

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

border-color css

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

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

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