Html Css Color HEX #348712 Bilbao

📋 copy color: '#348712'

red 52 ◦ green 135 ◦ blue 18

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

Shades of Bilbao #348712

Tints of Bilbao #348712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 65.85%

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

R = 25.37%
G = 65.85%
B = 8.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#348712 (or 0x348712) is known color: Bilbao. HEX triplet: 34, 87 and 12. RGB value is (52,135,18). Sum of RGB (Red+Green+Blue) = 52+135+18=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 135 (53.12% from 255 or 65.85% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 135 - color contains mainly: green. Hex color #348712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348712 is #CB78ED. Grayscale: #616161. Windows color (decimal): -13334766 or 1214260. OLE color: 1214260.

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

Color convert

RGB 52 135 18 -
CMYK 0.61 0 0.87 0.47
HSL 102.56º 0.76% 0.3% -
HSV(B) 102.56º 0.87% 0.53% -
XYZ 10.19 18.1 3.53 -
YUV 96.85 83.5 96.01 -
System Red Green Blue C M Y K H S L
Decimal 52 135 18 0.61 0 0.87 0.47 102.56 0.76 0.3
Hex 34 87 12 3D 0 57 2F 67 4C 1E
Octal 64 207 22 75 0 127 57 147 114 36
Binary 110100 10000111 10010 111101 0 1010111 101111 1100111 1001100 11110

Color Harmonies of #348712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348712

Black with #348712

Text Example


Text Example

White with #348712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348712; }

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

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

background-color css

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

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

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

border-color css

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

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

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