Html Css Color HEX #25483B Burnham

📋 copy color: '#25483B'

red 37 ◦ green 72 ◦ blue 59

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

Shades of Burnham #25483B

Tints of Burnham #25483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 59 (23.44% from 255) = 35.12%

R = 22.02%
G = 42.86%
B = 35.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#25483B (or 0x25483B) is known color: Burnham. HEX triplet: 25, 48 and 3B. RGB value is (37,72,59). Sum of RGB (Red+Green+Blue) = 37+72+59=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #25483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25483B is #DAB7C4. Grayscale: #3C3C3C. Windows color (decimal): -14333893 or 3885093. OLE color: 3885093.

HSL color Cylindrical-coordinate representation of color #25483B: hue angle of 157.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25483B is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 72 59 -
CMYK 0.49 0 0.18 0.72
HSL 157.71º 0.32% 0.21% -
HSV(B) 157.71º 0.49% 0.28% -
XYZ 3.87 5.34 4.97 -
YUV 60.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 37 72 59 0.49 0 0.18 0.72 157.71 0.32 0.21
Hex 25 48 3B 31 0 12 48 9E 20 15
Octal 45 110 73 61 0 22 110 236 40 25
Binary 100101 1001000 111011 110001 0 10010 1001000 10011110 100000 10101

Color Harmonies of #25483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25483B

Black with #25483B

Text Example


Text Example

White with #25483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25483B; }

 p { color: rgb(37,72,59); }

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

background-color css

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

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

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

border-color css

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

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

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