Html Css Color HEX #254C3C Burnham

📋 copy color: '#254C3C'

red 37 ◦ green 76 ◦ blue 60

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

Shades of Burnham #254C3C

Tints of Burnham #254C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

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

R = 21.39%
G = 43.93%
B = 34.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#254C3C (or 0x254C3C) is known color: Burnham. HEX triplet: 25, 4C and 3C. RGB value is (37,76,60). Sum of RGB (Red+Green+Blue) = 37+76+60=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #254C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C3C is #DAB3C3. Grayscale: #3E3E3E. Windows color (decimal): -14332868 or 3951653. OLE color: 3951653.

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

Color convert

RGB 37 76 60 -
CMYK 0.51 0 0.21 0.70
HSL 155.38º 0.35% 0.22% -
HSV(B) 155.38º 0.51% 0.3% -
XYZ 4.16 5.89 5.19 -
YUV 62.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 37 76 60 0.51 0 0.21 0.70 155.38 0.35 0.22
Hex 25 4C 3C 33 0 15 46 9B 23 16
Octal 45 114 74 63 0 25 106 233 43 26
Binary 100101 1001100 111100 110011 0 10101 1000110 10011011 100011 10110

Color Harmonies of #254C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C3C

Black with #254C3C

Text Example


Text Example

White with #254C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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