Html Css Color HEX #358429 Bilbao

📋 copy color: '#358429'

red 53 ◦ green 132 ◦ blue 41

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

Shades of Bilbao #358429

Tints of Bilbao #358429

RGB

 RED value IS 53 (21.09% from 255) = 23.45%

 GREEN value IS 132 (51.95% from 255) = 58.41%

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

R = 23.45%
G = 58.41%
B = 18.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#358429 (or 0x358429) is known color: Bilbao. HEX triplet: 35, 84 and 29. RGB value is (53,132,41). Sum of RGB (Red+Green+Blue) = 53+132+41=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #358429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358429 is #CA7BD6. Grayscale: #626262. Windows color (decimal): -13269975 or 2720821. OLE color: 2720821.

HSL color Cylindrical-coordinate representation of color #358429: hue angle of 112.09º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #358429 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 41 -
CMYK 0.60 0 0.69 0.48
HSL 112.09º 0.53% 0.34% -
HSV(B) 112.09º 0.69% 0.52% -
XYZ 10.12 17.42 4.93 -
YUV 98.01 95.83 95.9 -
System Red Green Blue C M Y K H S L
Decimal 53 132 41 0.60 0 0.69 0.48 112.09 0.53 0.34
Hex 35 84 29 3C 0 45 30 70 35 22
Octal 65 204 51 74 0 105 60 160 65 42
Binary 110101 10000100 101001 111100 0 1000101 110000 1110000 110101 100010

Color Harmonies of #358429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358429

Black with #358429

Text Example


Text Example

White with #358429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358429; }

 p { color: rgb(53,132,41); }

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

background-color css

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

 a { background-color: rgb(53,132,41); }

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

border-color css

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

 span { border-color: rgb(53,132,41); }

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