Html Css Color HEX #348501 Bilbao

📋 copy color: '#348501'

red 52 ◦ green 133 ◦ blue 1

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

Shades of Bilbao #348501

Tints of Bilbao #348501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.51%

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

R = 27.96%
G = 71.51%
B = 0.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#348501 (or 0x348501) is known color: Bilbao. HEX triplet: 34, 85 and 01. RGB value is (52,133,1). Sum of RGB (Red+Green+Blue) = 52+133+1=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #348501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348501 is #CB7AFE. Grayscale: #5E5E5E. Windows color (decimal): -13335295 or 99636. OLE color: 99636.

HSL color Cylindrical-coordinate representation of color #348501: hue angle of 96.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #348501 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 1 -
CMYK 0.61 0 0.99 0.48
HSL 96.82º 0.99% 0.26% -
HSV(B) 96.82º 0.99% 0.52% -
XYZ 9.81 17.51 2.89 -
YUV 93.73 75.66 98.23 -
System Red Green Blue C M Y K H S L
Decimal 52 133 1 0.61 0 0.99 0.48 96.82 0.99 0.26
Hex 34 85 1 3D 0 63 30 61 63 1A
Octal 64 205 1 75 0 143 60 141 143 32
Binary 110100 10000101 1 111101 0 1100011 110000 1100001 1100011 11010

Color Harmonies of #348501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348501

Black with #348501

Text Example


Text Example

White with #348501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348501; }

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

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

background-color css

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

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

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

border-color css

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

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

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