Html Css Color HEX #368C09 Bilbao

📋 copy color: '#368C09'

red 54 ◦ green 140 ◦ blue 9

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

Shades of Bilbao #368C09

Tints of Bilbao #368C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 68.97%

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

R = 26.6%
G = 68.97%
B = 4.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#368C09 (or 0x368C09) is known color: Bilbao. HEX triplet: 36, 8C and 09. RGB value is (54,140,9). Sum of RGB (Red+Green+Blue) = 54+140+9=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #368C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368C09 is #C973F6. Grayscale: #636363. Windows color (decimal): -13202423 or 625718. OLE color: 625718.

HSL color Cylindrical-coordinate representation of color #368C09: hue angle of 99.39º 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 #368C09 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 9 -
CMYK 0.61 0 0.94 0.45
HSL 99.39º 0.88% 0.29% -
HSV(B) 99.39º 0.94% 0.55% -
XYZ 10.95 19.56 3.46 -
YUV 99.35 77.01 95.65 -
System Red Green Blue C M Y K H S L
Decimal 54 140 9 0.61 0 0.94 0.45 99.39 0.88 0.29
Hex 36 8C 9 3D 0 5E 2D 63 58 1D
Octal 66 214 11 75 0 136 55 143 130 35
Binary 110110 10001100 1001 111101 0 1011110 101101 1100011 1011000 11101

Color Harmonies of #368C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C09

Black with #368C09

Text Example


Text Example

White with #368C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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