Html Css Color HEX #347701 Bilbao

📋 copy color: '#347701'

red 52 ◦ green 119 ◦ blue 1

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

Shades of Bilbao #347701

Tints of Bilbao #347701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 69.19%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 30.23%
G = 69.19%
B = 0.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#347701 (or 0x347701) is known color: Bilbao. HEX triplet: 34, 77 and 01. RGB value is (52,119,1). Sum of RGB (Red+Green+Blue) = 52+119+1=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #347701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347701 is #CB88FE. Grayscale: #555555. Windows color (decimal): -13338879 or 96052. OLE color: 96052.

HSL color Cylindrical-coordinate representation of color #347701: hue angle of 94.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #347701 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 1 -
CMYK 0.56 0 0.99 0.53
HSL 94.07º 0.98% 0.24% -
HSV(B) 94.07º 0.99% 0.47% -
XYZ 8.02 13.93 2.29 -
YUV 85.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 52 119 1 0.56 0 0.99 0.53 94.07 0.98 0.24
Hex 34 77 1 38 0 63 35 5E 62 18
Octal 64 167 1 70 0 143 65 136 142 30
Binary 110100 1110111 1 111000 0 1100011 110101 1011110 1100010 11000

Color Harmonies of #347701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347701

Black with #347701

Text Example


Text Example

White with #347701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347701; }

 p { color: rgb(52,119,1); }

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

background-color css

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

 a { background-color: rgb(52,119,1); }

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

border-color css

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

 span { border-color: rgb(52,119,1); }

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