Html Css Color HEX #348421 Bilbao

📋 copy color: '#348421'

red 52 ◦ green 132 ◦ blue 33

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

Shades of Bilbao #348421

Tints of Bilbao #348421

RGB

 RED value IS 52 (20.7% from 255) = 23.96%

 GREEN value IS 132 (51.95% from 255) = 60.83%

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

R = 23.96%
G = 60.83%
B = 15.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#348421 (or 0x348421) is known color: Bilbao. HEX triplet: 34, 84 and 21. RGB value is (52,132,33). Sum of RGB (Red+Green+Blue) = 52+132+33=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #348421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348421 is #CB7BDE. Grayscale: #616161. Windows color (decimal): -13335519 or 2196532. OLE color: 2196532.

HSL color Cylindrical-coordinate representation of color #348421: hue angle of 108.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348421 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 33 -
CMYK 0.61 0 0.75 0.48
HSL 108.48º 0.6% 0.32% -
HSV(B) 108.48º 0.75% 0.52% -
XYZ 9.94 17.34 4.26 -
YUV 96.79 92 96.05 -
System Red Green Blue C M Y K H S L
Decimal 52 132 33 0.61 0 0.75 0.48 108.48 0.6 0.32
Hex 34 84 21 3D 0 4B 30 6C 3C 20
Octal 64 204 41 75 0 113 60 154 74 40
Binary 110100 10000100 100001 111101 0 1001011 110000 1101100 111100 100000

Color Harmonies of #348421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348421

Black with #348421

Text Example


Text Example

White with #348421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348421; }

 p { color: rgb(52,132,33); }

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

background-color css

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

 a { background-color: rgb(52,132,33); }

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

border-color css

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

 span { border-color: rgb(52,132,33); }

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