Html Css Color HEX #348212 Bilbao

📋 copy color: '#348212'

red 52 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #348212

Tints of Bilbao #348212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

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

R = 26%
G = 65%
B = 9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#348212 (or 0x348212) is known color: Bilbao. HEX triplet: 34, 82 and 12. RGB value is (52,130,18). Sum of RGB (Red+Green+Blue) = 52+130+18=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #348212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348212 is #CB7DED. Grayscale: #5E5E5E. Windows color (decimal): -13336046 or 1212980. OLE color: 1212980.

HSL color Cylindrical-coordinate representation of color #348212: hue angle of 101.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #348212 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 18 -
CMYK 0.60 0 0.86 0.49
HSL 101.79º 0.76% 0.29% -
HSV(B) 101.79º 0.86% 0.51% -
XYZ 9.51 16.74 3.3 -
YUV 93.91 85.16 98.11 -
System Red Green Blue C M Y K H S L
Decimal 52 130 18 0.60 0 0.86 0.49 101.79 0.76 0.29
Hex 34 82 12 3C 0 56 31 66 4C 1D
Octal 64 202 22 74 0 126 61 146 114 35
Binary 110100 10000010 10010 111100 0 1010110 110001 1100110 1001100 11101

Color Harmonies of #348212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348212

Black with #348212

Text Example


Text Example

White with #348212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348212; }

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

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

background-color css

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

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

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

border-color css

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

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

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