Html Css Color HEX #368508 Bilbao

📋 copy color: '#368508'

red 54 ◦ green 133 ◦ blue 8

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

Shades of Bilbao #368508

Tints of Bilbao #368508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 27.69%
G = 68.21%
B = 4.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#368508 (or 0x368508) is known color: Bilbao. HEX triplet: 36, 85 and 08. RGB value is (54,133,8). Sum of RGB (Red+Green+Blue) = 54+133+8=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #368508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368508 is #C97AF7. Grayscale: #5F5F5F. Windows color (decimal): -13204216 or 558390. OLE color: 558390.

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

Color convert

RGB 54 133 8 -
CMYK 0.59 0 0.94 0.48
HSL 97.92º 0.89% 0.28% -
HSV(B) 97.92º 0.94% 0.52% -
XYZ 9.95 17.58 3.1 -
YUV 95.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 54 133 8 0.59 0 0.94 0.48 97.92 0.89 0.28
Hex 36 85 8 3B 0 5E 30 62 59 1C
Octal 66 205 10 73 0 136 60 142 131 34
Binary 110110 10000101 1000 111011 0 1011110 110000 1100010 1011001 11100

Color Harmonies of #368508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368508

Black with #368508

Text Example


Text Example

White with #368508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368508; }

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

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

background-color css

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

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

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

border-color css

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

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

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