Html Css Color HEX #348220 Bilbao

📋 copy color: '#348220'

red 52 ◦ green 130 ◦ blue 32

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

Shades of Bilbao #348220

Tints of Bilbao #348220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.75%

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

R = 24.3%
G = 60.75%
B = 14.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#348220 (or 0x348220) is known color: Bilbao. HEX triplet: 34, 82 and 20. RGB value is (52,130,32). Sum of RGB (Red+Green+Blue) = 52+130+32=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #348220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348220 is #CB7DDF. Grayscale: #5F5F5F. Windows color (decimal): -13336032 or 2130484. OLE color: 2130484.

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

Color convert

RGB 52 130 32 -
CMYK 0.60 0 0.75 0.49
HSL 107.76º 0.6% 0.32% -
HSV(B) 107.76º 0.75% 0.51% -
XYZ 9.66 16.8 4.1 -
YUV 95.51 92.16 96.97 -
System Red Green Blue C M Y K H S L
Decimal 52 130 32 0.60 0 0.75 0.49 107.76 0.6 0.32
Hex 34 82 20 3C 0 4B 31 6C 3C 20
Octal 64 202 40 74 0 113 61 154 74 40
Binary 110100 10000010 100000 111100 0 1001011 110001 1101100 111100 100000

Color Harmonies of #348220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348220

Black with #348220

Text Example


Text Example

White with #348220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348220; }

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

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

background-color css

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

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

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

border-color css

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

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

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