Html Css Color HEX #25453A Burnham

📋 copy color: '#25453A'

red 37 ◦ green 69 ◦ blue 58

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

Shades of Burnham #25453A

Tints of Burnham #25453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

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

R = 22.56%
G = 42.07%
B = 35.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#25453A (or 0x25453A) is known color: Burnham. HEX triplet: 25, 45 and 3A. RGB value is (37,69,58). Sum of RGB (Red+Green+Blue) = 37+69+58=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #25453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25453A is #DABAC5. Grayscale: #3A3A3A. Windows color (decimal): -14334662 or 3818789. OLE color: 3818789.

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

Color convert

RGB 37 69 58 -
CMYK 0.46 0 0.16 0.73
HSL 159.38º 0.3% 0.21% -
HSV(B) 159.38º 0.46% 0.27% -
XYZ 3.65 4.96 4.77 -
YUV 58.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 37 69 58 0.46 0 0.16 0.73 159.38 0.3 0.21
Hex 25 45 3A 2E 0 10 49 9F 1E 15
Octal 45 105 72 56 0 20 111 237 36 25
Binary 100101 1000101 111010 101110 0 10000 1001001 10011111 11110 10101

Color Harmonies of #25453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25453A

Black with #25453A

Text Example


Text Example

White with #25453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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