Html Css Color HEX #25463A Burnham

📋 copy color: '#25463A'

red 37 ◦ green 70 ◦ blue 58

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

Shades of Burnham #25463A

Tints of Burnham #25463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 22.42%
G = 42.42%
B = 35.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#25463A (or 0x25463A) is known color: Burnham. HEX triplet: 25, 46 and 3A. RGB value is (37,70,58). Sum of RGB (Red+Green+Blue) = 37+70+58=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #25463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25463A is #DAB9C5. Grayscale: #3A3A3A. Windows color (decimal): -14334406 or 3819045. OLE color: 3819045.

HSL color Cylindrical-coordinate representation of color #25463A: hue angle of 158.18º 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 #25463A is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 70 58 -
CMYK 0.47 0 0.17 0.73
HSL 158.18º 0.31% 0.21% -
HSV(B) 158.18º 0.47% 0.27% -
XYZ 3.72 5.08 4.79 -
YUV 58.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 37 70 58 0.47 0 0.17 0.73 158.18 0.31 0.21
Hex 25 46 3A 2F 0 11 49 9E 1F 15
Octal 45 106 72 57 0 21 111 236 37 25
Binary 100101 1000110 111010 101111 0 10001 1001001 10011110 11111 10101

Color Harmonies of #25463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25463A

Black with #25463A

Text Example


Text Example

White with #25463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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