Html Css Color HEX #347E01 Bilbao

📋 copy color: '#347E01'

red 52 ◦ green 126 ◦ blue 1

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

Shades of Bilbao #347E01

Tints of Bilbao #347E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 70.39%

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

R = 29.05%
G = 70.39%
B = 0.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#347E01 (or 0x347E01) is known color: Bilbao. HEX triplet: 34, 7E and 01. RGB value is (52,126,1). Sum of RGB (Red+Green+Blue) = 52+126+1=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 126 (49.61% from 255 or 70.39% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 126 - color contains mainly: green. Hex color #347E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347E01 is #CB81FE. Grayscale: #5A5A5A. Windows color (decimal): -13337087 or 97844. OLE color: 97844.

HSL color Cylindrical-coordinate representation of color #347E01: hue angle of 95.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #347E01 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 1 -
CMYK 0.59 0 0.99 0.51
HSL 95.52º 0.98% 0.25% -
HSV(B) 95.52º 0.99% 0.49% -
XYZ 8.88 15.65 2.58 -
YUV 89.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 52 126 1 0.59 0 0.99 0.51 95.52 0.98 0.25
Hex 34 7E 1 3B 0 63 33 60 62 19
Octal 64 176 1 73 0 143 63 140 142 31
Binary 110100 1111110 1 111011 0 1100011 110011 1100000 1100010 11001

Color Harmonies of #347E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E01

Black with #347E01

Text Example


Text Example

White with #347E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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