Html Css Color HEX #254A35 Bottle Green

📋 copy color: '#254A35'

red 37 ◦ green 74 ◦ blue 53

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

Shades of Bottle Green #254A35

Tints of Bottle Green #254A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.12%

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

R = 22.56%
G = 45.12%
B = 32.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#254A35 (or 0x254A35) is known color: Bottle Green. HEX triplet: 25, 4A and 35. RGB value is (37,74,53). Sum of RGB (Red+Green+Blue) = 37+74+53=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #254A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A35 is #DAB5CA. Grayscale: #3C3C3C. Windows color (decimal): -14333387 or 3492389. OLE color: 3492389.

HSL color Cylindrical-coordinate representation of color #254A35: hue angle of 145.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A35 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 74 53 -
CMYK 0.50 0 0.28 0.71
HSL 145.95º 0.33% 0.22% -
HSV(B) 145.95º 0.5% 0.29% -
XYZ 3.85 5.55 4.24 -
YUV 60.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 37 74 53 0.50 0 0.28 0.71 145.95 0.33 0.22
Hex 25 4A 35 32 0 1C 47 92 21 16
Octal 45 112 65 62 0 34 107 222 41 26
Binary 100101 1001010 110101 110010 0 11100 1000111 10010010 100001 10110

Color Harmonies of #254A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A35

Black with #254A35

Text Example


Text Example

White with #254A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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