Html Css Color HEX #368528 Bilbao

📋 copy color: '#368528'

red 54 ◦ green 133 ◦ blue 40

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

Shades of Bilbao #368528

Tints of Bilbao #368528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 23.79%
G = 58.59%
B = 17.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#368528 (or 0x368528) is known color: Bilbao. HEX triplet: 36, 85 and 28. RGB value is (54,133,40). Sum of RGB (Red+Green+Blue) = 54+133+40=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #368528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368528 is #C97AD7. Grayscale: #636363. Windows color (decimal): -13204184 or 2655542. OLE color: 2655542.

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

Color convert

RGB 54 133 40 -
CMYK 0.59 0 0.70 0.48
HSL 110.97º 0.54% 0.34% -
HSV(B) 110.97º 0.7% 0.52% -
XYZ 10.29 17.71 4.88 -
YUV 98.78 94.83 96.06 -
System Red Green Blue C M Y K H S L
Decimal 54 133 40 0.59 0 0.70 0.48 110.97 0.54 0.34
Hex 36 85 28 3B 0 46 30 6F 36 22
Octal 66 205 50 73 0 106 60 157 66 42
Binary 110110 10000101 101000 111011 0 1000110 110000 1101111 110110 100010

Color Harmonies of #368528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368528

Black with #368528

Text Example


Text Example

White with #368528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368528; }

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

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

background-color css

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

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

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

border-color css

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

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

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