Html Css Color HEX #368D15 Bilbao

📋 copy color: '#368D15'

red 54 ◦ green 141 ◦ blue 21

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

Shades of Bilbao #368D15

Tints of Bilbao #368D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 65.28%

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 25%
G = 65.28%
B = 9.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#368D15 (or 0x368D15) is known color: Bilbao. HEX triplet: 36, 8D and 15. RGB value is (54,141,21). Sum of RGB (Red+Green+Blue) = 54+141+21=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #368D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368D15 is #C972EA. Grayscale: #656565. Windows color (decimal): -13202155 or 1412406. OLE color: 1412406.

HSL color Cylindrical-coordinate representation of color #368D15: hue angle of 103.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #368D15 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 141 21 -
CMYK 0.62 0 0.85 0.45
HSL 103.5º 0.74% 0.32% -
HSV(B) 103.5º 0.85% 0.55% -
XYZ 11.18 19.89 3.96 -
YUV 101.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 54 141 21 0.62 0 0.85 0.45 103.5 0.74 0.32
Hex 36 8D 15 3E 0 55 2D 68 4A 20
Octal 66 215 25 76 0 125 55 150 112 40
Binary 110110 10001101 10101 111110 0 1010101 101101 1101000 1001010 100000

Color Harmonies of #368D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D15

Black with #368D15

Text Example


Text Example

White with #368D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368D15; }

 p { color: rgb(54,141,21); }

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

background-color css

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

 a { background-color: rgb(54,141,21); }

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

border-color css

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

 span { border-color: rgb(54,141,21); }

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