Html Css Color HEX #254646 Tiber

📋 copy color: '#254646'

red 37 ◦ green 70 ◦ blue 70

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

Shades of Tiber #254646

Tints of Tiber #254646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 20.9%
G = 39.55%
B = 39.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#254646 (or 0x254646) is known color: Tiber. HEX triplet: 25, 46 and 46. RGB value is (37,70,70). Sum of RGB (Red+Green+Blue) = 37+70+70=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #254646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254646 is #DAB9B9. Grayscale: #3C3C3C. Windows color (decimal): -14334394 or 4605477. OLE color: 4605477.

HSL color Cylindrical-coordinate representation of color #254646: hue angle of 180º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254646 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 70 70 -
CMYK 0.47 0 0 0.73
HSL 180º 0.31% 0.21% -
HSV(B) 180º 0.47% 0.27% -
XYZ 4.06 5.22 6.59 -
YUV 60.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 37 70 70 0.47 0 0 0.73 180 0.31 0.21
Hex 25 46 46 2F 0 0 49 B4 1F 15
Octal 45 106 106 57 0 0 111 264 37 25
Binary 100101 1000110 1000110 101111 0 0 1001001 10110100 11111 10101

Color Harmonies of #254646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254646

Black with #254646

Text Example


Text Example

White with #254646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254646; }

 p { color: rgb(37,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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