Html Css Color HEX #328E05 Bilbao

📋 copy color: '#328E05'

red 50 ◦ green 142 ◦ blue 5

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

Shades of Bilbao #328E05

Tints of Bilbao #328E05

RGB

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

 GREEN value IS 142 (55.86% from 255) = 72.08%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 25.38%
G = 72.08%
B = 2.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#328E05 (or 0x328E05) is known color: Bilbao. HEX triplet: 32, 8E and 05. RGB value is (50,142,5). Sum of RGB (Red+Green+Blue) = 50+142+5=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 142 (55.86% from 255 or 72.08% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 142 - color contains mainly: green. Hex color #328E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328E05 is #CD71FA. Grayscale: #636363. Windows color (decimal): -13464059 or 364082. OLE color: 364082.

HSL color Cylindrical-coordinate representation of color #328E05: hue angle of 100.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #328E05 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 142 5 -
CMYK 0.65 0 0.96 0.44
HSL 100.29º 0.93% 0.29% -
HSV(B) 100.29º 0.96% 0.56% -
XYZ 11.02 20.04 3.43 -
YUV 98.87 75.02 93.14 -
System Red Green Blue C M Y K H S L
Decimal 50 142 5 0.65 0 0.96 0.44 100.29 0.93 0.29
Hex 32 8E 5 41 0 60 2C 64 5D 1D
Octal 62 216 5 101 0 140 54 144 135 35
Binary 110010 10001110 101 1000001 0 1100000 101100 1100100 1011101 11101

Color Harmonies of #328E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E05

Black with #328E05

Text Example


Text Example

White with #328E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328E05; }

 p { color: rgb(50,142,5); }

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

background-color css

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

 a { background-color: rgb(50,142,5); }

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

border-color css

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

 span { border-color: rgb(50,142,5); }

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