Html Css Color HEX #368D09 Bilbao

📋 copy color: '#368D09'

red 54 ◦ green 141 ◦ blue 9

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

Shades of Bilbao #368D09

Tints of Bilbao #368D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.41%

R = 26.47%
G = 69.12%
B = 4.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#368D09 (or 0x368D09) is known color: Bilbao. HEX triplet: 36, 8D and 09. RGB value is (54,141,9). Sum of RGB (Red+Green+Blue) = 54+141+9=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #368D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368D09 is #C972F6. Grayscale: #646464. Windows color (decimal): -13202167 or 625974. OLE color: 625974.

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

Color convert

RGB 54 141 9 -
CMYK 0.62 0 0.94 0.45
HSL 99.55º 0.88% 0.29% -
HSV(B) 99.55º 0.94% 0.55% -
XYZ 11.1 19.85 3.51 -
YUV 99.94 76.68 95.23 -
System Red Green Blue C M Y K H S L
Decimal 54 141 9 0.62 0 0.94 0.45 99.55 0.88 0.29
Hex 36 8D 9 3E 0 5E 2D 64 58 1D
Octal 66 215 11 76 0 136 55 144 130 35
Binary 110110 10001101 1001 111110 0 1011110 101101 1100100 1011000 11101

Color Harmonies of #368D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368D09

Black with #368D09

Text Example


Text Example

White with #368D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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