Html Css Color HEX #348702 Bilbao

📋 copy color: '#348702'

red 52 ◦ green 135 ◦ blue 2

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

Shades of Bilbao #348702

Tints of Bilbao #348702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 71.43%

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

R = 27.51%
G = 71.43%
B = 1.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#348702 (or 0x348702) is known color: Bilbao. HEX triplet: 34, 87 and 02. RGB value is (52,135,2). Sum of RGB (Red+Green+Blue) = 52+135+2=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 135 (53.12% from 255 or 71.43% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 135 - color contains mainly: green. Hex color #348702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348702 is #CB78FD. Grayscale: #5F5F5F. Windows color (decimal): -13334782 or 165684. OLE color: 165684.

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

Color convert

RGB 52 135 2 -
CMYK 0.61 0 0.99 0.47
HSL 97.44º 0.97% 0.27% -
HSV(B) 97.44º 0.99% 0.53% -
XYZ 10.09 18.06 3.01 -
YUV 95.02 75.5 97.31 -
System Red Green Blue C M Y K H S L
Decimal 52 135 2 0.61 0 0.99 0.47 97.44 0.97 0.27
Hex 34 87 2 3D 0 63 2F 61 61 1B
Octal 64 207 2 75 0 143 57 141 141 33
Binary 110100 10000111 10 111101 0 1100011 101111 1100001 1100001 11011

Color Harmonies of #348702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348702

Black with #348702

Text Example


Text Example

White with #348702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348702; }

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

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

background-color css

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

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

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

border-color css

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

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

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