Html Css Color HEX #254C38 Bottle Green

📋 copy color: '#254C38'

red 37 ◦ green 76 ◦ blue 56

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

Shades of Bottle Green #254C38

Tints of Bottle Green #254C38

RGB

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

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

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

R = 21.89%
G = 44.97%
B = 33.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#254C38 (or 0x254C38) is known color: Bottle Green. HEX triplet: 25, 4C and 38. RGB value is (37,76,56). Sum of RGB (Red+Green+Blue) = 37+76+56=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #254C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C38 is #DAB3C7. Grayscale: #3E3E3E. Windows color (decimal): -14332872 or 3689509. OLE color: 3689509.

HSL color Cylindrical-coordinate representation of color #254C38: hue angle of 149.23º 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 #254C38 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 76 56 -
CMYK 0.51 0 0.26 0.70
HSL 149.23º 0.35% 0.22% -
HSV(B) 149.23º 0.51% 0.3% -
XYZ 4.06 5.85 4.66 -
YUV 62.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 37 76 56 0.51 0 0.26 0.70 149.23 0.35 0.22
Hex 25 4C 38 33 0 1A 46 95 23 16
Octal 45 114 70 63 0 32 106 225 43 26
Binary 100101 1001100 111000 110011 0 11010 1000110 10010101 100011 10110

Color Harmonies of #254C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C38

Black with #254C38

Text Example


Text Example

White with #254C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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