Html Css Color HEX #348002 Bilbao

📋 copy color: '#348002'

red 52 ◦ green 128 ◦ blue 2

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

Shades of Bilbao #348002

Tints of Bilbao #348002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 70.33%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 28.57%
G = 70.33%
B = 1.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#348002 (or 0x348002) is known color: Bilbao. HEX triplet: 34, 80 and 02. RGB value is (52,128,2). Sum of RGB (Red+Green+Blue) = 52+128+2=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #348002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348002 is #CB7FFD. Grayscale: #5B5B5B. Windows color (decimal): -13336574 or 163892. OLE color: 163892.

HSL color Cylindrical-coordinate representation of color #348002: hue angle of 96.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #348002 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 2 -
CMYK 0.59 0 0.98 0.50
HSL 96.19º 0.97% 0.25% -
HSV(B) 96.19º 0.98% 0.5% -
XYZ 9.15 16.17 2.7 -
YUV 90.91 77.82 100.25 -
System Red Green Blue C M Y K H S L
Decimal 52 128 2 0.59 0 0.98 0.50 96.19 0.97 0.25
Hex 34 80 2 3B 0 62 32 60 61 19
Octal 64 200 2 73 0 142 62 140 141 31
Binary 110100 10000000 10 111011 0 1100010 110010 1100000 1100001 11001

Color Harmonies of #348002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348002

Black with #348002

Text Example


Text Example

White with #348002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348002; }

 p { color: rgb(52,128,2); }

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

background-color css

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

 a { background-color: rgb(52,128,2); }

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

border-color css

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

 span { border-color: rgb(52,128,2); }

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