Html Css Color HEX #348620 Bilbao

📋 copy color: '#348620'

red 52 ◦ green 134 ◦ blue 32

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

Shades of Bilbao #348620

Tints of Bilbao #348620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 61.47%

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

R = 23.85%
G = 61.47%
B = 14.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#348620 (or 0x348620) is known color: Bilbao. HEX triplet: 34, 86 and 20. RGB value is (52,134,32). Sum of RGB (Red+Green+Blue) = 52+134+32=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #348620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348620 is #CB79DF. Grayscale: #626262. Windows color (decimal): -13335008 or 2131508. OLE color: 2131508.

HSL color Cylindrical-coordinate representation of color #348620: hue angle of 108.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348620 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 32 -
CMYK 0.61 0 0.76 0.47
HSL 108.24º 0.61% 0.33% -
HSV(B) 108.24º 0.76% 0.53% -
XYZ 10.2 17.88 4.28 -
YUV 97.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 52 134 32 0.61 0 0.76 0.47 108.24 0.61 0.33
Hex 34 86 20 3D 0 4C 2F 6C 3D 21
Octal 64 206 40 75 0 114 57 154 75 41
Binary 110100 10000110 100000 111101 0 1001100 101111 1101100 111101 100001

Color Harmonies of #348620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348620

Black with #348620

Text Example


Text Example

White with #348620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348620; }

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

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

background-color css

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

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

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

border-color css

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

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

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