Html Css Color HEX #348500 Bilbao

📋 copy color: '#348500'

red 52 ◦ green 133 ◦ blue 0

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

Shades of Bilbao #348500

Tints of Bilbao #348500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.11%
G = 71.89%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#348500 (or 0x348500) is known color: Bilbao. HEX triplet: 34, 85 and 00. RGB value is (52,133,0). Sum of RGB (Red+Green+Blue) = 52+133+0=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #348500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348500 is #CB7AFF. Grayscale: #5E5E5E. Windows color (decimal): -13335296 or 34100. OLE color: 34100.

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

Color convert

RGB 52 133 0 -
CMYK 0.61 0 1 0.48
HSL 96.54º 1% 0.26% -
HSV(B) 96.54º 1% 0.52% -
XYZ 9.8 17.51 2.86 -
YUV 93.62 75.16 98.31 -
System Red Green Blue C M Y K H S L
Decimal 52 133 0 0.61 0 1 0.48 96.54 1 0.26
Hex 34 85 0 3D 0 64 30 61 64 1A
Octal 64 205 0 75 0 144 60 141 144 32
Binary 110100 10000101 0 111101 0 1100100 110000 1100001 1100100 11010

Color Harmonies of #348500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348500

Black with #348500

Text Example


Text Example

White with #348500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348500; }

 p { color: rgb(52,133,0); }

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

background-color css

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

 a { background-color: rgb(52,133,0); }

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

border-color css

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

 span { border-color: rgb(52,133,0); }

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