Html Css Color HEX #348C09 Bilbao

📋 copy color: '#348C09'

red 52 ◦ green 140 ◦ blue 9

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

Shades of Bilbao #348C09

Tints of Bilbao #348C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 25.87%
G = 69.65%
B = 4.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#348C09 (or 0x348C09) is known color: Bilbao. HEX triplet: 34, 8C and 09. RGB value is (52,140,9). Sum of RGB (Red+Green+Blue) = 52+140+9=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #348C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348C09 is #CB73F6. Grayscale: #636363. Windows color (decimal): -13333495 or 625716. OLE color: 625716.

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

Color convert

RGB 52 140 9 -
CMYK 0.63 0 0.94 0.45
HSL 100.31º 0.88% 0.29% -
HSV(B) 100.31º 0.94% 0.55% -
XYZ 10.84 19.51 3.45 -
YUV 98.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 52 140 9 0.63 0 0.94 0.45 100.31 0.88 0.29
Hex 34 8C 9 3F 0 5E 2D 64 58 1D
Octal 64 214 11 77 0 136 55 144 130 35
Binary 110100 10001100 1001 111111 0 1011110 101101 1100100 1011000 11101

Color Harmonies of #348C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C09

Black with #348C09

Text Example


Text Example

White with #348C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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