#253E3D

Color #253E3D Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #253E3D

Tints of Nordic #253E3D

Color information

#253E3D (or 0x253E3D) is unknown color: approx Nordic. HEX triplet: 25, 3E and 3D. RGB value is (37,62,61). Sum of RGB (Red+Green+Blue) = 37+62+61=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 62 - color contains mainly: green. Hex color #253E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E3D is #DAC1C2. Grayscale: #363636. Windows color (decimal): -14336451 or 4013605. OLE color: 4013605.

HSL color Cylindrical-coordinate representation of color #253E3D: hue angle of 177.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E3D is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB376261-
CMYK0.4000.020.76
HSL177.6º25.25%19.41%-
HSV(B)177.6º40.32%24.31%-
XYZ3.334.185.05-
YUV54.41131.72115.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=23.12%
G=38.75%
B=38.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3762610.4000.020.76177.625.2519.41
Hex253E3D28024Cb21913
Octal45767550021142623123
Binary1001011111101111011010000101001100101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253E3D; }

 p { color: rgb(37,62,61); }

 H1.HeaderClassName
 {
   color: #253E3D;
 }
 .AnyTagClassName
 {
   color: #253E3D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #253E3D;
 }
 .BgClassName
 {
   background-color: #253E3D;
 }
</style>
border-color css

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

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

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