Html Css Color HEX #347A05 Bilbao

📋 copy color: '#347A05'

red 52 ◦ green 122 ◦ blue 5

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

Shades of Bilbao #347A05

Tints of Bilbao #347A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 68.16%

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 29.05%
G = 68.16%
B = 2.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#347A05 (or 0x347A05) is known color: Bilbao. HEX triplet: 34, 7A and 05. RGB value is (52,122,5). Sum of RGB (Red+Green+Blue) = 52+122+5=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 122 (48.05% from 255 or 68.16% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 122 - color contains mainly: green. Hex color #347A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347A05 is #CB85FA. Grayscale: #585858. Windows color (decimal): -13338107 or 358964. OLE color: 358964.

HSL color Cylindrical-coordinate representation of color #347A05: hue angle of 95.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #347A05 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 122 5 -
CMYK 0.57 0 0.96 0.52
HSL 95.9º 0.92% 0.25% -
HSV(B) 95.9º 0.96% 0.48% -
XYZ 8.4 14.66 2.53 -
YUV 87.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 52 122 5 0.57 0 0.96 0.52 95.9 0.92 0.25
Hex 34 7A 5 39 0 60 34 60 5C 19
Octal 64 172 5 71 0 140 64 140 134 31
Binary 110100 1111010 101 111001 0 1100000 110100 1100000 1011100 11001

Color Harmonies of #347A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A05

Black with #347A05

Text Example


Text Example

White with #347A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,5); }

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

background-color css

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

 a { background-color: rgb(52,122,5); }

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

border-color css

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

 span { border-color: rgb(52,122,5); }

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