Html Css Color HEX #347F06 Bilbao

📋 copy color: '#347F06'

red 52 ◦ green 127 ◦ blue 6

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

Shades of Bilbao #347F06

Tints of Bilbao #347F06

RGB

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

 GREEN value IS 127 (50% from 255) = 68.65%

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

R = 28.11%
G = 68.65%
B = 3.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#347F06 (or 0x347F06) is known color: Bilbao. HEX triplet: 34, 7F and 06. RGB value is (52,127,6). Sum of RGB (Red+Green+Blue) = 52+127+6=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 127 (50% from 255 or 68.65% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 127 - color contains mainly: green. Hex color #347F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347F06 is #CB80F9. Grayscale: #5B5B5B. Windows color (decimal): -13336826 or 425780. OLE color: 425780.

HSL color Cylindrical-coordinate representation of color #347F06: hue angle of 97.19º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #347F06 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 6 -
CMYK 0.59 0 0.95 0.50
HSL 97.19º 0.91% 0.26% -
HSV(B) 97.19º 0.95% 0.5% -
XYZ 9.04 15.92 2.77 -
YUV 90.78 80.15 100.34 -
System Red Green Blue C M Y K H S L
Decimal 52 127 6 0.59 0 0.95 0.50 97.19 0.91 0.26
Hex 34 7F 6 3B 0 5F 32 61 5B 1A
Octal 64 177 6 73 0 137 62 141 133 32
Binary 110100 1111111 110 111011 0 1011111 110010 1100001 1011011 11010

Color Harmonies of #347F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F06

Black with #347F06

Text Example


Text Example

White with #347F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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