Html Css Color HEX #327A05 Bilbao

📋 copy color: '#327A05'

red 50 ◦ green 122 ◦ blue 5

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

Shades of Bilbao #327A05

Tints of Bilbao #327A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 68.93%

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

R = 28.25%
G = 68.93%
B = 2.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#327A05 (or 0x327A05) is known color: Bilbao. HEX triplet: 32, 7A and 05. RGB value is (50,122,5). Sum of RGB (Red+Green+Blue) = 50+122+5=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #327A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327A05 is #CD85FA. Grayscale: #575757. Windows color (decimal): -13469179 or 358962. OLE color: 358962.

HSL color Cylindrical-coordinate representation of color #327A05: hue angle of 96.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #327A05 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 5 -
CMYK 0.59 0 0.96 0.52
HSL 96.92º 0.92% 0.25% -
HSV(B) 96.92º 0.96% 0.48% -
XYZ 8.3 14.61 2.53 -
YUV 87.13 81.65 101.51 -
System Red Green Blue C M Y K H S L
Decimal 50 122 5 0.59 0 0.96 0.52 96.92 0.92 0.25
Hex 32 7A 5 3B 0 60 34 61 5C 19
Octal 62 172 5 73 0 140 64 141 134 31
Binary 110010 1111010 101 111011 0 1100000 110100 1100001 1011100 11001

Color Harmonies of #327A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A05

Black with #327A05

Text Example


Text Example

White with #327A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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