Html Css Color HEX #254241 Tiber

📋 copy color: '#254241'

red 37 ◦ green 66 ◦ blue 65

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

Shades of Tiber #254241

Tints of Tiber #254241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.29%

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

R = 22.02%
G = 39.29%
B = 38.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#254241 (or 0x254241) is known color: Tiber. HEX triplet: 25, 42 and 41. RGB value is (37,66,65). Sum of RGB (Red+Green+Blue) = 37+66+65=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #254241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254241 is #DABDBE. Grayscale: #393939. Windows color (decimal): -14335423 or 4276773. OLE color: 4276773.

HSL color Cylindrical-coordinate representation of color #254241: hue angle of 177.93º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #254241 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 65 -
CMYK 0.44 0 0.02 0.74
HSL 177.93º 0.28% 0.2% -
HSV(B) 177.93º 0.44% 0.26% -
XYZ 3.67 4.67 5.71 -
YUV 57.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 37 66 65 0.44 0 0.02 0.74 177.93 0.28 0.2
Hex 25 42 41 2C 0 2 4A B2 1C 14
Octal 45 102 101 54 0 2 112 262 34 24
Binary 100101 1000010 1000001 101100 0 10 1001010 10110010 11100 10100

Color Harmonies of #254241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254241

Black with #254241

Text Example


Text Example

White with #254241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254241; }

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

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

background-color css

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

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

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

border-color css

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

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

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