Html Css Color HEX #348A20 Bilbao

📋 copy color: '#348A20'

red 52 ◦ green 138 ◦ blue 32

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

Shades of Bilbao #348A20

Tints of Bilbao #348A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.16%

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 23.42%
G = 62.16%
B = 14.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#348A20 (or 0x348A20) is known color: Bilbao. HEX triplet: 34, 8A and 20. RGB value is (52,138,32). Sum of RGB (Red+Green+Blue) = 52+138+32=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #348A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A20 is #CB75DF. Grayscale: #646464. Windows color (decimal): -13333984 or 2132532. OLE color: 2132532.

HSL color Cylindrical-coordinate representation of color #348A20: hue angle of 108.68º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348A20 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 32 -
CMYK 0.62 0 0.77 0.46
HSL 108.68º 0.62% 0.33% -
HSV(B) 108.68º 0.77% 0.54% -
XYZ 10.77 19.01 4.47 -
YUV 100.2 89.51 93.62 -
System Red Green Blue C M Y K H S L
Decimal 52 138 32 0.62 0 0.77 0.46 108.68 0.62 0.33
Hex 34 8A 20 3E 0 4D 2E 6D 3E 21
Octal 64 212 40 76 0 115 56 155 76 41
Binary 110100 10001010 100000 111110 0 1001101 101110 1101101 111110 100001

Color Harmonies of #348A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A20

Black with #348A20

Text Example


Text Example

White with #348A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348A20; }

 p { color: rgb(52,138,32); }

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

background-color css

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

 a { background-color: rgb(52,138,32); }

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

border-color css

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

 span { border-color: rgb(52,138,32); }

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