Html Css Color HEX #347201 Bilbao

📋 copy color: '#347201'

red 52 ◦ green 114 ◦ blue 1

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

Shades of Bilbao #347201

Tints of Bilbao #347201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 68.26%

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

R = 31.14%
G = 68.26%
B = 0.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#347201 (or 0x347201) is known color: Bilbao. HEX triplet: 34, 72 and 01. RGB value is (52,114,1). Sum of RGB (Red+Green+Blue) = 52+114+1=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #347201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347201 is #CB8DFE. Grayscale: #525252. Windows color (decimal): -13340159 or 94772. OLE color: 94772.

HSL color Cylindrical-coordinate representation of color #347201: hue angle of 92.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #347201 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 1 -
CMYK 0.54 0 0.99 0.55
HSL 92.92º 0.98% 0.23% -
HSV(B) 92.92º 0.99% 0.45% -
XYZ 7.44 12.77 2.1 -
YUV 82.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 52 114 1 0.54 0 0.99 0.55 92.92 0.98 0.23
Hex 34 72 1 36 0 63 37 5D 62 17
Octal 64 162 1 66 0 143 67 135 142 27
Binary 110100 1110010 1 110110 0 1100011 110111 1011101 1100010 10111

Color Harmonies of #347201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347201

Black with #347201

Text Example


Text Example

White with #347201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347201; }

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

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

background-color css

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

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

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

border-color css

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

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

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