Html Css Color HEX #254A41 Gable Green

📋 copy color: '#254A41'

red 37 ◦ green 74 ◦ blue 65

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

Shades of Gable Green #254A41

Tints of Gable Green #254A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.93%

R = 21.02%
G = 42.05%
B = 36.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#254A41 (or 0x254A41) is known color: Gable Green. HEX triplet: 25, 4A and 41. RGB value is (37,74,65). Sum of RGB (Red+Green+Blue) = 37+74+65=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #254A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A41 is #DAB5BE. Grayscale: #3D3D3D. Windows color (decimal): -14333375 or 4278821. OLE color: 4278821.

HSL color Cylindrical-coordinate representation of color #254A41: hue angle of 165.41º 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 #254A41 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 74 65 -
CMYK 0.50 0 0.12 0.71
HSL 165.41º 0.33% 0.22% -
HSV(B) 165.41º 0.5% 0.29% -
XYZ 4.17 5.67 5.88 -
YUV 61.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 37 74 65 0.50 0 0.12 0.71 165.41 0.33 0.22
Hex 25 4A 41 32 0 C 47 A5 21 16
Octal 45 112 101 62 0 14 107 245 41 26
Binary 100101 1001010 1000001 110010 0 1100 1000111 10100101 100001 10110

Color Harmonies of #254A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A41

Black with #254A41

Text Example


Text Example

White with #254A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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