Html Css Color HEX #457825 Bilbao

📋 copy color: '#457825'

red 69 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #457825

Tints of Bilbao #457825

RGB

 RED value IS 69 (27.34% from 255) = 30.53%

 GREEN value IS 120 (47.27% from 255) = 53.1%

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 30.53%
G = 53.1%
B = 16.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#457825 (or 0x457825) is known color: Bilbao. HEX triplet: 45, 78 and 25. RGB value is (69,120,37). Sum of RGB (Red+Green+Blue) = 69+120+37=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #457825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457825 is #BA87DA. Grayscale: #5F5F5F. Windows color (decimal): -12224475 or 2455621. OLE color: 2455621.

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

Color convert

RGB 69 120 37 -
CMYK 0.42 0 0.69 0.53
HSL 96.87º 0.53% 0.31% -
HSV(B) 96.87º 0.69% 0.47% -
XYZ 9.5 14.83 4.11 -
YUV 95.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 69 120 37 0.42 0 0.69 0.53 96.87 0.53 0.31
Hex 45 78 25 2A 0 45 35 61 35 1F
Octal 105 170 45 52 0 105 65 141 65 37
Binary 1000101 1111000 100101 101010 0 1000101 110101 1100001 110101 11111

Color Harmonies of #457825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457825

Black with #457825

Text Example


Text Example

White with #457825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457825; }

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

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

background-color css

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

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

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

border-color css

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

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

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