Html Css Color HEX #369001 Bilbao

📋 copy color: '#369001'

red 54 ◦ green 144 ◦ blue 1

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

Shades of Bilbao #369001

Tints of Bilbao #369001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 72.36%

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

R = 27.14%
G = 72.36%
B = 0.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#369001 (or 0x369001) is known color: Bilbao. HEX triplet: 36, 90 and 01. RGB value is (54,144,1). Sum of RGB (Red+Green+Blue) = 54+144+1=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #369001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369001 is #C96FFE. Grayscale: #656565. Windows color (decimal): -13201407 or 102454. OLE color: 102454.

HSL color Cylindrical-coordinate representation of color #369001: hue angle of 97.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369001 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 144 1 -
CMYK 0.63 0 0.99 0.44
HSL 97.76º 0.99% 0.28% -
HSV(B) 97.76º 0.99% 0.56% -
XYZ 11.5 20.73 3.42 -
YUV 100.79 71.68 94.63 -
System Red Green Blue C M Y K H S L
Decimal 54 144 1 0.63 0 0.99 0.44 97.76 0.99 0.28
Hex 36 90 1 3F 0 63 2C 62 63 1C
Octal 66 220 1 77 0 143 54 142 143 34
Binary 110110 10010000 1 111111 0 1100011 101100 1100010 1100011 11100

Color Harmonies of #369001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369001

Black with #369001

Text Example


Text Example

White with #369001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369001; }

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

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

background-color css

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

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

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

border-color css

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

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

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