Html Css Color HEX #368506 Bilbao

📋 copy color: '#368506'

red 54 ◦ green 133 ◦ blue 6

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

Shades of Bilbao #368506

Tints of Bilbao #368506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.11%

R = 27.98%
G = 68.91%
B = 3.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#368506 (or 0x368506) is known color: Bilbao. HEX triplet: 36, 85 and 06. RGB value is (54,133,6). Sum of RGB (Red+Green+Blue) = 54+133+6=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #368506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368506 is #C97AF9. Grayscale: #5F5F5F. Windows color (decimal): -13204218 or 427318. OLE color: 427318.

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

Color convert

RGB 54 133 6 -
CMYK 0.59 0 0.95 0.48
HSL 97.32º 0.91% 0.27% -
HSV(B) 97.32º 0.95% 0.52% -
XYZ 9.94 17.57 3.04 -
YUV 94.9 77.83 98.83 -
System Red Green Blue C M Y K H S L
Decimal 54 133 6 0.59 0 0.95 0.48 97.32 0.91 0.27
Hex 36 85 6 3B 0 5F 30 61 5B 1B
Octal 66 205 6 73 0 137 60 141 133 33
Binary 110110 10000101 110 111011 0 1011111 110000 1100001 1011011 11011

Color Harmonies of #368506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368506

Black with #368506

Text Example


Text Example

White with #368506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368506; }

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

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

background-color css

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

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

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

border-color css

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

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

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