Html Css Color HEX #368500 Bilbao

📋 copy color: '#368500'

red 54 ◦ green 133 ◦ blue 0

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

Shades of Bilbao #368500

Tints of Bilbao #368500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.12%

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

R = 28.88%
G = 71.12%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#368500 (or 0x368500) is known color: Bilbao. HEX triplet: 36, 85 and 00. RGB value is (54,133,0). Sum of RGB (Red+Green+Blue) = 54+133+0=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #368500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368500 is #C97AFF. Grayscale: #5E5E5E. Windows color (decimal): -13204224 or 34102. OLE color: 34102.

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

Color convert

RGB 54 133 0 -
CMYK 0.59 0 1 0.48
HSL 95.64º 1% 0.26% -
HSV(B) 95.64º 1% 0.52% -
XYZ 9.91 17.56 2.87 -
YUV 94.22 74.83 99.31 -
System Red Green Blue C M Y K H S L
Decimal 54 133 0 0.59 0 1 0.48 95.64 1 0.26
Hex 36 85 0 3B 0 64 30 60 64 1A
Octal 66 205 0 73 0 144 60 140 144 32
Binary 110110 10000101 0 111011 0 1100100 110000 1100000 1100100 11010

Color Harmonies of #368500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368500

Black with #368500

Text Example


Text Example

White with #368500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368500; }

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

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

background-color css

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

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

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

border-color css

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

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

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