Html Css Color HEX #328507 Bilbao

📋 copy color: '#328507'

red 50 ◦ green 133 ◦ blue 7

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

Shades of Bilbao #328507

Tints of Bilbao #328507

RGB

 RED value IS 50 (19.92% from 255) = 26.32%

 GREEN value IS 133 (52.34% from 255) = 70%

 BLUE value IS 7 (3.13% from 255) = 3.68%

R = 26.32%
G = 70%
B = 3.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#328507 (or 0x328507) is known color: Bilbao. HEX triplet: 32, 85 and 07. RGB value is (50,133,7). Sum of RGB (Red+Green+Blue) = 50+133+7=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #328507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328507 is #CD7AF8. Grayscale: #5E5E5E. Windows color (decimal): -13466361 or 492850. OLE color: 492850.

HSL color Cylindrical-coordinate representation of color #328507: hue angle of 99.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #328507 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 7 -
CMYK 0.62 0 0.95 0.48
HSL 99.52º 0.9% 0.27% -
HSV(B) 99.52º 0.95% 0.52% -
XYZ 9.74 17.47 3.06 -
YUV 93.82 79 96.75 -
System Red Green Blue C M Y K H S L
Decimal 50 133 7 0.62 0 0.95 0.48 99.52 0.9 0.27
Hex 32 85 7 3E 0 5F 30 64 5A 1B
Octal 62 205 7 76 0 137 60 144 132 33
Binary 110010 10000101 111 111110 0 1011111 110000 1100100 1011010 11011

Color Harmonies of #328507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328507

Black with #328507

Text Example


Text Example

White with #328507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328507; }

 p { color: rgb(50,133,7); }

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

background-color css

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

 a { background-color: rgb(50,133,7); }

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

border-color css

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

 span { border-color: rgb(50,133,7); }

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