Html Css Color HEX #457729 Bilbao

📋 copy color: '#457729'

red 69 ◦ green 119 ◦ blue 41

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

Shades of Bilbao #457729

Tints of Bilbao #457729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.97%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 30.13%
G = 51.97%
B = 17.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#457729 (or 0x457729) is known color: Bilbao. HEX triplet: 45, 77 and 29. RGB value is (69,119,41). Sum of RGB (Red+Green+Blue) = 69+119+41=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #457729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457729 is #BA88D6. Grayscale: #5F5F5F. Windows color (decimal): -12224727 or 2717509. OLE color: 2717509.

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

Color convert

RGB 69 119 41 -
CMYK 0.42 0 0.66 0.53
HSL 98.46º 0.49% 0.31% -
HSV(B) 98.46º 0.66% 0.47% -
XYZ 9.45 14.62 4.42 -
YUV 95.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 69 119 41 0.42 0 0.66 0.53 98.46 0.49 0.31
Hex 45 77 29 2A 0 42 35 62 31 1F
Octal 105 167 51 52 0 102 65 142 61 37
Binary 1000101 1110111 101001 101010 0 1000010 110101 1100010 110001 11111

Color Harmonies of #457729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457729

Black with #457729

Text Example


Text Example

White with #457729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457729; }

 p { color: rgb(69,119,41); }

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

background-color css

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

 a { background-color: rgb(69,119,41); }

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

border-color css

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

 span { border-color: rgb(69,119,41); }

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