Html Css Color HEX #347B00 Bilbao

📋 copy color: '#347B00'

red 52 ◦ green 123 ◦ blue 0

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

Shades of Bilbao #347B00

Tints of Bilbao #347B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 70.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.71%
G = 70.29%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#347B00 (or 0x347B00) is known color: Bilbao. HEX triplet: 34, 7B and 00. RGB value is (52,123,0). Sum of RGB (Red+Green+Blue) = 52+123+0=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 123 (48.44% from 255 or 70.29% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 123 - color contains mainly: green. Hex color #347B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347B00 is #CB84FF. Grayscale: #585858. Windows color (decimal): -13337856 or 31540. OLE color: 31540.

HSL color Cylindrical-coordinate representation of color #347B00: hue angle of 94.63º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #347B00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 0 -
CMYK 0.58 0 1 0.52
HSL 94.63º 1% 0.24% -
HSV(B) 94.63º 1% 0.48% -
XYZ 8.5 14.9 2.43 -
YUV 87.75 78.48 102.5 -
System Red Green Blue C M Y K H S L
Decimal 52 123 0 0.58 0 1 0.52 94.63 1 0.24
Hex 34 7B 0 3A 0 64 34 5F 64 18
Octal 64 173 0 72 0 144 64 137 144 30
Binary 110100 1111011 0 111010 0 1100100 110100 1011111 1100100 11000

Color Harmonies of #347B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B00

Black with #347B00

Text Example


Text Example

White with #347B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,123,0); }

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

background-color css

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

 a { background-color: rgb(52,123,0); }

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

border-color css

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

 span { border-color: rgb(52,123,0); }

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