Html Css Color HEX #368401 Bilbao

📋 copy color: '#368401'

red 54 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #368401

Tints of Bilbao #368401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.59%

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

R = 28.88%
G = 70.59%
B = 0.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#368401 (or 0x368401) is known color: Bilbao. HEX triplet: 36, 84 and 01. RGB value is (54,132,1). Sum of RGB (Red+Green+Blue) = 54+132+1=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #368401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368401 is #C97BFE. Grayscale: #5E5E5E. Windows color (decimal): -13204479 or 99382. OLE color: 99382.

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

Color convert

RGB 54 132 1 -
CMYK 0.59 0 0.99 0.48
HSL 95.73º 0.98% 0.26% -
HSV(B) 95.73º 0.99% 0.52% -
XYZ 9.78 17.29 2.85 -
YUV 93.74 75.66 99.65 -
System Red Green Blue C M Y K H S L
Decimal 54 132 1 0.59 0 0.99 0.48 95.73 0.98 0.26
Hex 36 84 1 3B 0 63 30 60 62 1A
Octal 66 204 1 73 0 143 60 140 142 32
Binary 110110 10000100 1 111011 0 1100011 110000 1100000 1100010 11010

Color Harmonies of #368401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368401

Black with #368401

Text Example


Text Example

White with #368401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368401; }

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

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

background-color css

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

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

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

border-color css

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

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

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