Html Css Color HEX #368301 Bilbao

📋 copy color: '#368301'

red 54 ◦ green 131 ◦ blue 1

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

Shades of Bilbao #368301

Tints of Bilbao #368301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 70.43%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 29.03%
G = 70.43%
B = 0.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#368301 (or 0x368301) is known color: Bilbao. HEX triplet: 36, 83 and 01. RGB value is (54,131,1). Sum of RGB (Red+Green+Blue) = 54+131+1=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 131 (51.56% from 255 or 70.43% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 131 - color contains mainly: green. Hex color #368301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368301 is #C97CFE. Grayscale: #5D5D5D. Windows color (decimal): -13204735 or 99126. OLE color: 99126.

HSL color Cylindrical-coordinate representation of color #368301: hue angle of 95.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #368301 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 1 -
CMYK 0.59 0 0.99 0.49
HSL 95.54º 0.98% 0.26% -
HSV(B) 95.54º 0.99% 0.51% -
XYZ 9.64 17.02 2.81 -
YUV 93.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 54 131 1 0.59 0 0.99 0.49 95.54 0.98 0.26
Hex 36 83 1 3B 0 63 31 60 62 1A
Octal 66 203 1 73 0 143 61 140 142 32
Binary 110110 10000011 1 111011 0 1100011 110001 1100000 1100010 11010

Color Harmonies of #368301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368301

Black with #368301

Text Example


Text Example

White with #368301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368301; }

 p { color: rgb(54,131,1); }

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

background-color css

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

 a { background-color: rgb(54,131,1); }

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

border-color css

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

 span { border-color: rgb(54,131,1); }

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