Html Css Color HEX #348506 Bilbao

📋 copy color: '#348506'

red 52 ◦ green 133 ◦ blue 6

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

Shades of Bilbao #348506

Tints of Bilbao #348506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.14%

R = 27.23%
G = 69.63%
B = 3.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#348506 (or 0x348506) is known color: Bilbao. HEX triplet: 34, 85 and 06. RGB value is (52,133,6). Sum of RGB (Red+Green+Blue) = 52+133+6=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #348506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348506 is #CB7AF9. Grayscale: #5E5E5E. Windows color (decimal): -13335290 or 427316. OLE color: 427316.

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

Color convert

RGB 52 133 6 -
CMYK 0.61 0 0.95 0.48
HSL 98.27º 0.91% 0.27% -
HSV(B) 98.27º 0.95% 0.52% -
XYZ 9.84 17.52 3.04 -
YUV 94.3 78.16 97.83 -
System Red Green Blue C M Y K H S L
Decimal 52 133 6 0.61 0 0.95 0.48 98.27 0.91 0.27
Hex 34 85 6 3D 0 5F 30 62 5B 1B
Octal 64 205 6 75 0 137 60 142 133 33
Binary 110100 10000101 110 111101 0 1011111 110000 1100010 1011011 11011

Color Harmonies of #348506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348506

Black with #348506

Text Example


Text Example

White with #348506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348506; }

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

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

background-color css

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

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

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

border-color css

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

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

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