Html Css Color HEX #368504 Bilbao

📋 copy color: '#368504'

red 54 ◦ green 133 ◦ blue 4

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

Shades of Bilbao #368504

Tints of Bilbao #368504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.09%

R = 28.27%
G = 69.63%
B = 2.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#368504 (or 0x368504) is known color: Bilbao. HEX triplet: 36, 85 and 04. RGB value is (54,133,4). Sum of RGB (Red+Green+Blue) = 54+133+4=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #368504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368504 is #C97AFB. Grayscale: #5F5F5F. Windows color (decimal): -13204220 or 296246. OLE color: 296246.

HSL color Cylindrical-coordinate representation of color #368504: hue angle of 96.74º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #368504 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 4 -
CMYK 0.59 0 0.97 0.48
HSL 96.74º 0.94% 0.27% -
HSV(B) 96.74º 0.97% 0.52% -
XYZ 9.93 17.57 2.98 -
YUV 94.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 54 133 4 0.59 0 0.97 0.48 96.74 0.94 0.27
Hex 36 85 4 3B 0 61 30 61 5E 1B
Octal 66 205 4 73 0 141 60 141 136 33
Binary 110110 10000101 100 111011 0 1100001 110000 1100001 1011110 11011

Color Harmonies of #368504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368504

Black with #368504

Text Example


Text Example

White with #368504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368504; }

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

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

background-color css

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

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

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

border-color css

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

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

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