Html Css Color HEX #348906 Bilbao

📋 copy color: '#348906'

red 52 ◦ green 137 ◦ blue 6

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

Shades of Bilbao #348906

Tints of Bilbao #348906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 70.26%

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

R = 26.67%
G = 70.26%
B = 3.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#348906 (or 0x348906) is known color: Bilbao. HEX triplet: 34, 89 and 06. RGB value is (52,137,6). Sum of RGB (Red+Green+Blue) = 52+137+6=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #348906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348906 is #CB76F9. Grayscale: #616161. Windows color (decimal): -13334266 or 428340. OLE color: 428340.

HSL color Cylindrical-coordinate representation of color #348906: hue angle of 98.93º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #348906 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 6 -
CMYK 0.62 0 0.96 0.46
HSL 98.93º 0.92% 0.28% -
HSV(B) 98.93º 0.96% 0.54% -
XYZ 10.39 18.63 3.22 -
YUV 96.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 52 137 6 0.62 0 0.96 0.46 98.93 0.92 0.28
Hex 34 89 6 3E 0 60 2E 63 5C 1C
Octal 64 211 6 76 0 140 56 143 134 34
Binary 110100 10001001 110 111110 0 1100000 101110 1100011 1011100 11100

Color Harmonies of #348906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348906

Black with #348906

Text Example


Text Example

White with #348906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348906; }

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

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

background-color css

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

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

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

border-color css

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

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

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