Html Css Color HEX #348606 Bilbao

📋 copy color: '#348606'

red 52 ◦ green 134 ◦ blue 6

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

Shades of Bilbao #348606

Tints of Bilbao #348606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.79%

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

R = 27.08%
G = 69.79%
B = 3.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#348606 (or 0x348606) is known color: Bilbao. HEX triplet: 34, 86 and 06. RGB value is (52,134,6). Sum of RGB (Red+Green+Blue) = 52+134+6=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 134 (52.73% from 255 or 69.79% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 134 - color contains mainly: green. Hex color #348606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348606 is #CB79F9. Grayscale: #5F5F5F. Windows color (decimal): -13335034 or 427572. OLE color: 427572.

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

Color convert

RGB 52 134 6 -
CMYK 0.61 0 0.96 0.47
HSL 98.44º 0.91% 0.27% -
HSV(B) 98.44º 0.96% 0.53% -
XYZ 9.97 17.79 3.08 -
YUV 94.89 77.83 97.41 -
System Red Green Blue C M Y K H S L
Decimal 52 134 6 0.61 0 0.96 0.47 98.44 0.91 0.27
Hex 34 86 6 3D 0 60 2F 62 5B 1B
Octal 64 206 6 75 0 140 57 142 133 33
Binary 110100 10000110 110 111101 0 1100000 101111 1100010 1011011 11011

Color Harmonies of #348606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348606

Black with #348606

Text Example


Text Example

White with #348606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348606; }

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

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

background-color css

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

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

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

border-color css

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

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

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