Html Css Color HEX #254D3C Burnham

📋 copy color: '#254D3C'

red 37 ◦ green 77 ◦ blue 60

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

Shades of Burnham #254D3C

Tints of Burnham #254D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 21.26%
G = 44.25%
B = 34.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#254D3C (or 0x254D3C) is known color: Burnham. HEX triplet: 25, 4D and 3C. RGB value is (37,77,60). Sum of RGB (Red+Green+Blue) = 37+77+60=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #254D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D3C is #DAB2C3. Grayscale: #3F3F3F. Windows color (decimal): -14332612 or 3951909. OLE color: 3951909.

HSL color Cylindrical-coordinate representation of color #254D3C: hue angle of 154.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D3C is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 77 60 -
CMYK 0.52 0 0.22 0.70
HSL 154.5º 0.35% 0.22% -
HSV(B) 154.5º 0.52% 0.3% -
XYZ 4.23 6.03 5.22 -
YUV 63.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 37 77 60 0.52 0 0.22 0.70 154.5 0.35 0.22
Hex 25 4D 3C 34 0 16 46 9A 23 16
Octal 45 115 74 64 0 26 106 232 43 26
Binary 100101 1001101 111100 110100 0 10110 1000110 10011010 100011 10110

Color Harmonies of #254D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D3C

Black with #254D3C

Text Example


Text Example

White with #254D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254D3C; }

 p { color: rgb(37,77,60); }

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

background-color css

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

 a { background-color: rgb(37,77,60); }

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

border-color css

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

 span { border-color: rgb(37,77,60); }

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