Html Css Color HEX #348C00 Bilbao

📋 copy color: '#348C00'

red 52 ◦ green 140 ◦ blue 0

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

Shades of Bilbao #348C00

Tints of Bilbao #348C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 72.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.08%
G = 72.92%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#348C00 (or 0x348C00) is known color: Bilbao. HEX triplet: 34, 8C and 00. RGB value is (52,140,0). Sum of RGB (Red+Green+Blue) = 52+140+0=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 140 (55.08% from 255 or 72.92% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 140 - color contains mainly: green. Hex color #348C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348C00 is #CB73FF. Grayscale: #626262. Windows color (decimal): -13333504 or 35892. OLE color: 35892.

HSL color Cylindrical-coordinate representation of color #348C00: hue angle of 97.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #348C00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 0 -
CMYK 0.63 0 1 0.45
HSL 97.71º 1% 0.27% -
HSV(B) 97.71º 1% 0.55% -
XYZ 10.79 19.49 3.19 -
YUV 97.73 72.85 95.38 -
System Red Green Blue C M Y K H S L
Decimal 52 140 0 0.63 0 1 0.45 97.71 1 0.27
Hex 34 8C 0 3F 0 64 2D 62 64 1B
Octal 64 214 0 77 0 144 55 142 144 33
Binary 110100 10001100 0 111111 0 1100100 101101 1100010 1100100 11011

Color Harmonies of #348C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C00

Black with #348C00

Text Example


Text Example

White with #348C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348C00; }

 p { color: rgb(52,140,0); }

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

background-color css

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

 a { background-color: rgb(52,140,0); }

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

border-color css

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

 span { border-color: rgb(52,140,0); }

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