Html Css Color HEX #348400 Bilbao

📋 copy color: '#348400'

red 52 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #348400

Tints of Bilbao #348400

RGB

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

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

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

R = 28.26%
G = 71.74%
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

#348400 (or 0x348400) is known color: Bilbao. HEX triplet: 34, 84 and 00. RGB value is (52,132,0). Sum of RGB (Red+Green+Blue) = 52+132+0=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #348400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348400 is #CB7BFF. Grayscale: #5D5D5D. Windows color (decimal): -13335552 or 33844. OLE color: 33844.

HSL color Cylindrical-coordinate representation of color #348400: hue angle of 96.36º 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 #348400 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 0 -
CMYK 0.61 0 1 0.48
HSL 96.36º 1% 0.26% -
HSV(B) 96.36º 1% 0.52% -
XYZ 9.67 17.23 2.82 -
YUV 93.03 75.5 98.73 -
System Red Green Blue C M Y K H S L
Decimal 52 132 0 0.61 0 1 0.48 96.36 1 0.26
Hex 34 84 0 3D 0 64 30 60 64 1A
Octal 64 204 0 75 0 144 60 140 144 32
Binary 110100 10000100 0 111101 0 1100100 110000 1100000 1100100 11010

Color Harmonies of #348400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348400

Black with #348400

Text Example


Text Example

White with #348400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348400; }

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

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

background-color css

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

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

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

border-color css

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

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

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