Html Css Color HEX #358621 Bilbao

📋 copy color: '#358621'

red 53 ◦ green 134 ◦ blue 33

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

Shades of Bilbao #358621

Tints of Bilbao #358621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.91%

 BLUE value IS 33 (13.28% from 255) = 15%

R = 24.09%
G = 60.91%
B = 15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#358621 (or 0x358621) is known color: Bilbao. HEX triplet: 35, 86 and 21. RGB value is (53,134,33). Sum of RGB (Red+Green+Blue) = 53+134+33=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #358621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358621 is #CA79DE. Grayscale: #626262. Windows color (decimal): -13269471 or 2197045. OLE color: 2197045.

HSL color Cylindrical-coordinate representation of color #358621: hue angle of 108.12º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358621 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 33 -
CMYK 0.60 0 0.75 0.47
HSL 108.12º 0.6% 0.33% -
HSV(B) 108.12º 0.75% 0.53% -
XYZ 10.27 17.92 4.36 -
YUV 98.27 91.16 95.71 -
System Red Green Blue C M Y K H S L
Decimal 53 134 33 0.60 0 0.75 0.47 108.12 0.6 0.33
Hex 35 86 21 3C 0 4B 2F 6C 3C 21
Octal 65 206 41 74 0 113 57 154 74 41
Binary 110101 10000110 100001 111100 0 1001011 101111 1101100 111100 100001

Color Harmonies of #358621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358621

Black with #358621

Text Example


Text Example

White with #358621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358621; }

 p { color: rgb(53,134,33); }

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

background-color css

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

 a { background-color: rgb(53,134,33); }

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

border-color css

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

 span { border-color: rgb(53,134,33); }

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