Html Css Color HEX #368205 Bilbao

📋 copy color: '#368205'

red 54 ◦ green 130 ◦ blue 5

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

Shades of Bilbao #368205

Tints of Bilbao #368205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 68.78%

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 28.57%
G = 68.78%
B = 2.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#368205 (or 0x368205) is known color: Bilbao. HEX triplet: 36, 82 and 05. RGB value is (54,130,5). Sum of RGB (Red+Green+Blue) = 54+130+5=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #368205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368205 is #C97DFA. Grayscale: #5D5D5D. Windows color (decimal): -13204987 or 361014. OLE color: 361014.

HSL color Cylindrical-coordinate representation of color #368205: hue angle of 96.48º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #368205 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 5 -
CMYK 0.58 0 0.96 0.49
HSL 96.48º 0.93% 0.26% -
HSV(B) 96.48º 0.96% 0.51% -
XYZ 9.53 16.76 2.88 -
YUV 93.03 78.32 100.16 -
System Red Green Blue C M Y K H S L
Decimal 54 130 5 0.58 0 0.96 0.49 96.48 0.93 0.26
Hex 36 82 5 3A 0 60 31 60 5D 1A
Octal 66 202 5 72 0 140 61 140 135 32
Binary 110110 10000010 101 111010 0 1100000 110001 1100000 1011101 11010

Color Harmonies of #368205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368205

Black with #368205

Text Example


Text Example

White with #368205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368205; }

 p { color: rgb(54,130,5); }

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

background-color css

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

 a { background-color: rgb(54,130,5); }

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

border-color css

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

 span { border-color: rgb(54,130,5); }

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