Html Css Color HEX #356B06 Bilbao

📋 copy color: '#356B06'

red 53 ◦ green 107 ◦ blue 6

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

Shades of Bilbao #356B06

Tints of Bilbao #356B06

RGB

 RED value IS 53 (21.09% from 255) = 31.93%

 GREEN value IS 107 (42.19% from 255) = 64.46%

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

R = 31.93%
G = 64.46%
B = 3.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#356B06 (or 0x356B06) is known color: Bilbao. HEX triplet: 35, 6B and 06. RGB value is (53,107,6). Sum of RGB (Red+Green+Blue) = 53+107+6=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #356B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B06 is #CA94F9. Grayscale: #4F4F4F. Windows color (decimal): -13276410 or 420661. OLE color: 420661.

HSL color Cylindrical-coordinate representation of color #356B06: hue angle of 92.08º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #356B06 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 6 -
CMYK 0.50 0 0.94 0.58
HSL 92.08º 0.89% 0.22% -
HSV(B) 92.08º 0.94% 0.42% -
XYZ 6.76 11.29 1.99 -
YUV 79.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 53 107 6 0.50 0 0.94 0.58 92.08 0.89 0.22
Hex 35 6B 6 32 0 5E 3A 5C 59 16
Octal 65 153 6 62 0 136 72 134 131 26
Binary 110101 1101011 110 110010 0 1011110 111010 1011100 1011001 10110

Color Harmonies of #356B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B06

Black with #356B06

Text Example


Text Example

White with #356B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356B06; }

 p { color: rgb(53,107,6); }

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

background-color css

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

 a { background-color: rgb(53,107,6); }

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

border-color css

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

 span { border-color: rgb(53,107,6); }

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