Html Css Color HEX #328923 Bilbao

📋 copy color: '#328923'

red 50 ◦ green 137 ◦ blue 35

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

Shades of Bilbao #328923

Tints of Bilbao #328923

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 22.52%
G = 61.71%
B = 15.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#328923 (or 0x328923) is known color: Bilbao. HEX triplet: 32, 89 and 23. RGB value is (50,137,35). Sum of RGB (Red+Green+Blue) = 50+137+35=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #328923 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328923 is #CD76DC. Grayscale: #636363. Windows color (decimal): -13465309 or 2328882. OLE color: 2328882.

HSL color Cylindrical-coordinate representation of color #328923: hue angle of 111.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328923 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 35 -
CMYK 0.64 0 0.74 0.46
HSL 111.18º 0.59% 0.34% -
HSV(B) 111.18º 0.74% 0.54% -
XYZ 10.56 18.69 4.64 -
YUV 99.36 91.68 92.79 -
System Red Green Blue C M Y K H S L
Decimal 50 137 35 0.64 0 0.74 0.46 111.18 0.59 0.34
Hex 32 89 23 40 0 4A 2E 6F 3B 22
Octal 62 211 43 100 0 112 56 157 73 42
Binary 110010 10001001 100011 1000000 0 1001010 101110 1101111 111011 100010

Color Harmonies of #328923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328923

Black with #328923

Text Example


Text Example

White with #328923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328923; }

 p { color: rgb(50,137,35); }

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

background-color css

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

 a { background-color: rgb(50,137,35); }

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

border-color css

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

 span { border-color: rgb(50,137,35); }

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