Html Css Color HEX #368600 Bilbao

📋 copy color: '#368600'

red 54 ◦ green 134 ◦ blue 0

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

Shades of Bilbao #368600

Tints of Bilbao #368600

RGB

 RED value IS 54 (21.48% from 255) = 28.72%

 GREEN value IS 134 (52.73% from 255) = 71.28%

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

R = 28.72%
G = 71.28%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#368600 (or 0x368600) is known color: Bilbao. HEX triplet: 36, 86 and 00. RGB value is (54,134,0). Sum of RGB (Red+Green+Blue) = 54+134+0=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #368600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368600 is #C979FF. Grayscale: #5F5F5F. Windows color (decimal): -13203968 or 34358. OLE color: 34358.

HSL color Cylindrical-coordinate representation of color #368600: hue angle of 95.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #368600 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 0 -
CMYK 0.60 0 1 0.47
HSL 95.82º 1% 0.26% -
HSV(B) 95.82º 1% 0.53% -
XYZ 10.05 17.83 2.91 -
YUV 94.8 74.5 98.9 -
System Red Green Blue C M Y K H S L
Decimal 54 134 0 0.60 0 1 0.47 95.82 1 0.26
Hex 36 86 0 3C 0 64 2F 60 64 1A
Octal 66 206 0 74 0 144 57 140 144 32
Binary 110110 10000110 0 111100 0 1100100 101111 1100000 1100100 11010

Color Harmonies of #368600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368600

Black with #368600

Text Example


Text Example

White with #368600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368600; }

 p { color: rgb(54,134,0); }

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

background-color css

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

 a { background-color: rgb(54,134,0); }

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

border-color css

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

 span { border-color: rgb(54,134,0); }

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