Html Css Color HEX #348512 Bilbao

📋 copy color: '#348512'

red 52 ◦ green 133 ◦ blue 18

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

Shades of Bilbao #348512

Tints of Bilbao #348512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 25.62%
G = 65.52%
B = 8.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#348512 (or 0x348512) is known color: Bilbao. HEX triplet: 34, 85 and 12. RGB value is (52,133,18). Sum of RGB (Red+Green+Blue) = 52+133+18=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #348512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348512 is #CB7AED. Grayscale: #606060. Windows color (decimal): -13335278 or 1213748. OLE color: 1213748.

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

Color convert

RGB 52 133 18 -
CMYK 0.61 0 0.86 0.48
HSL 102.26º 0.76% 0.3% -
HSV(B) 102.26º 0.86% 0.52% -
XYZ 9.91 17.55 3.44 -
YUV 95.67 84.16 96.85 -
System Red Green Blue C M Y K H S L
Decimal 52 133 18 0.61 0 0.86 0.48 102.26 0.76 0.3
Hex 34 85 12 3D 0 56 30 66 4C 1E
Octal 64 205 22 75 0 126 60 146 114 36
Binary 110100 10000101 10010 111101 0 1010110 110000 1100110 1001100 11110

Color Harmonies of #348512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348512

Black with #348512

Text Example


Text Example

White with #348512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348512; }

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

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

background-color css

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

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

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

border-color css

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

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

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